Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/setup/level.py4
-rw-r--r--src/setup/main.py4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/setup/level.py b/src/setup/level.py
index 193e8f7..5806830 100644
--- a/src/setup/level.py
+++ b/src/setup/level.py
@@ -11,9 +11,7 @@ class Level(object):
'''
def __init__(self, path):
- '''
- Constructor
- '''
+ '''Constructor'''
#open up the mlvl file and read in its basic properties
root = utils.getXMLRoot(path)
diff --git a/src/setup/main.py b/src/setup/main.py
index eaa23af..82e5d18 100644
--- a/src/setup/main.py
+++ b/src/setup/main.py
@@ -1,6 +1,4 @@
-'''
-
-'''
+''''''
#why?
if __name__ == '__main__':