Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kitson <msk5293@rit.edu>2010-11-09 20:36:28 (GMT)
committer Michael Kitson <msk5293@rit.edu>2010-11-09 20:36:28 (GMT)
commit45663041458bd76506464a5513ddf55669e42e5d (patch)
tree6620f159966c8318e71339b094e529a67e227da3
parent32f05ef0e8d9f385db873318c6b6d51e96eaebe2 (diff)
Messed up indentation with last commit, fixed
-rw-r--r--dev/pacmath.activity/mazeSetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/pacmath.activity/mazeSetup.py b/dev/pacmath.activity/mazeSetup.py
index a6f64f8..d6a6030 100644
--- a/dev/pacmath.activity/mazeSetup.py
+++ b/dev/pacmath.activity/mazeSetup.py
@@ -11,9 +11,9 @@ from maze import Maze
FILLED = True # Determines the set of maze wall images used, filled or unfilled
class mazeSetup:
-"""
-Interprets the maze object made in maze.py, draws it all on the screen
-"""
+ """
+ Interprets the maze object made in maze.py, draws it all on the screen
+ """
def __init__ (self, screen, MAZE_SIZE):
"""
Initialize the maze setup