Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/start.py
diff options
context:
space:
mode:
Diffstat (limited to 'start.py')
-rwxr-xr-x[-rw-r--r--]start.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/start.py b/start.py
index dfd9cac..5a29645 100644..100755
--- a/start.py
+++ b/start.py
@@ -1,10 +1,6 @@
-import tower, levelone, leveltwo, levelthree, levelfour, util
+import tower
def main():
- levelone.run()
- levelfour.run()
- leveltwo.run()
- levelthree.run()
tower.run()
-if __name__ == '__main__': main()
+if __name__ == '__main__': main() \ No newline at end of file