From 3185c52f8809f10f45eadd68eca425e00b2f96e1 Mon Sep 17 00:00:00 2001 From: Dpk3062 Date: Wed, 02 Sep 2009 20:43:40 +0000 Subject: * Think finally fixed push problems... --- 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__': -- cgit v0.9.1