diff gamelib/scenewidgets.py @ 533:42742a62f9c3

More pep8 cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 12:00:15 +0200
parents 821b322e903b
children
line wrap: on
line diff
--- a/gamelib/scenewidgets.py	Sat Feb 11 11:59:21 2012 +0200
+++ b/gamelib/scenewidgets.py	Sat Feb 11 12:00:15 2012 +0200
@@ -136,7 +136,7 @@
         self.description = description
         self.name = '%s.%s' % (prefix, number)
         self.interacts = {
-                'description' : InteractRectUnion(areas)
+                'description': InteractRectUnion(areas)
                 }
         if DEBUG:
             # Individual colors to make debugging easier
@@ -147,4 +147,3 @@
 
     def is_interactive(self, tool=None):
         return False
-