diff options
author | Thomas Kluyver <takowl@gmail.com> | 2014-09-28 18:44:48 -0700 |
---|---|---|
committer | Thomas Kluyver <takowl@gmail.com> | 2014-09-28 18:44:48 -0700 |
commit | 182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f (patch) | |
tree | 22e0bc9ad6bae25785bfc581fcfbf978581b6fae /xstatic/pkg/__init__.py | |
download | xstatic-termjs-182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f.tar.gz |
Initial commit
term.js version 0.0.4
Diffstat (limited to 'xstatic/pkg/__init__.py')
-rw-r--r-- | xstatic/pkg/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xstatic/pkg/__init__.py b/xstatic/pkg/__init__.py new file mode 100644 index 0000000..de40ea7 --- /dev/null +++ b/xstatic/pkg/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) |