diff pyntnclick/gamescreen.py @ 614:974cc69d3762 pyntnclick

Special cases aren't special enough to be named special.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 21:22:24 +0200
parents 44d4e3020874
children cb01c3a09ee1
line wrap: on
line diff
--- a/pyntnclick/gamescreen.py	Sat Feb 11 21:18:41 2012 +0200
+++ b/pyntnclick/gamescreen.py	Sat Feb 11 21:22:24 2012 +0200
@@ -204,9 +204,8 @@
 
 
 class GameScreen(Screen, CursorWidget):
-    def __init__(self, shell, game_description):
+    def __init__(self, game_description):
         CursorWidget.__init__(self, self)
-        Screen.__init__(self, shell)
         self.running = False
         self.create_initial_state = game_description.initial_state