Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDpk3062 <dpk3062@rit.edu>2009-09-02 20:43:40 (GMT)
committer Dpk3062 <dpk3062@rit.edu>2009-09-02 20:43:40 (GMT)
commit3185c52f8809f10f45eadd68eca425e00b2f96e1 (patch)
tree1884fa773364afa6f1cc676453e054e089a75687
parent2c2dafdb04e2489f2d77424efcf716ad760d32dd (diff)
* Think finally fixed push problems...
-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__':