Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/elements/__init__.py
diff options
context:
space:
mode:
authorBrian Jordan <brian@laptop.org>2008-06-27 18:17:45 (GMT)
committer Brian Jordan <brian@laptop.org>2008-06-27 18:22:14 (GMT)
commit392a0c5a4d19da8f06b3ccab8b9d7fdcd558e64d (patch)
tree7fefd02a04479932b4afe7ccd14b12de3c6294c6 /elements/__init__.py
Initial commit
Diffstat (limited to 'elements/__init__.py')
-rwxr-xr-xelements/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/elements/__init__.py b/elements/__init__.py
new file mode 100755
index 0000000..723c2cc
--- /dev/null
+++ b/elements/__init__.py
@@ -0,0 +1,2 @@
+__all__ = ['locals', 'menu']
+from elements import Elements