changeset 9:be8412c77e7b

Remove bad code from skeleton in __init__ and add a docstring.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 13:03:14 +0200
parents 66ae99f6903e
children 771db7d6e862
files mamba/__init__.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/__init__.py	Sun Sep 11 12:50:55 2011 +0200
+++ b/mamba/__init__.py	Sun Sep 11 13:03:14 2011 +0200
@@ -1,3 +1,1 @@
-if __name__ == "__main__":
-    import main
-    main.main()
+"""Top-level mamba package."""