summaryrefslogtreecommitdiff
path: root/xstatic/pkg
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-26 07:23:14 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-26 07:23:14 +0200
commit0c0b0618b919833b47ad4da8e011c60304347b01 (patch)
tree0b1faf97b59cae918e8289133414dcd162f5e3f0 /xstatic/pkg
parent096bc018cb93be2ed4799e03c6d42b812fced4e2 (diff)
downloadxstatic-git-0c0b0618b919833b47ad4da8e011c60304347b01.tar.gz
setup.py: make namespace packages work, add missing stuff
add url and namespaces_packages decl use 1-line __init__.py for xstatic and xstatic.pkg namespace packages move most of the code to xstatic.main
Diffstat (limited to 'xstatic/pkg')
-rw-r--r--xstatic/pkg/__init__.py1
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__)