diff pyntnclick/tests/game_logic_utils.py @ 731:2f74064bc779 pyntnclick

Misc pep8 cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 15 Jan 2013 22:57:41 +0200
parents eca4d2fc11a4
children c1d548a76a8c
line wrap: on
line diff
--- a/pyntnclick/tests/game_logic_utils.py	Tue Jan 15 22:56:30 2013 +0200
+++ b/pyntnclick/tests/game_logic_utils.py	Tue Jan 15 22:57:41 2013 +0200
@@ -37,7 +37,8 @@
             gizmo = gizmo.things[thing]
         gizmo.set_data(key, value)
 
-    def assert_game_data(self, key, value, thing=None, scene=None, detail=None):
+    def assert_game_data(self, key, value, thing=None, scene=None,
+            detail=None):
         gizmo = self.state.current_scene
         if scene is not None:
             gizmo = self.state.scenes[scene]