diff gamelib/gamescreen.py @ 264:3cedc4f95925

Ran pyflakes and fixed some minor things.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 19:35:20 +0200
parents 146cec58ddd8
children 63e702d93e0e
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Fri Aug 27 19:29:37 2010 +0200
+++ b/gamelib/gamescreen.py	Fri Aug 27 19:35:20 2010 +0200
@@ -14,7 +14,7 @@
 from cursor import CursorWidget
 from hand import HandButton
 from popupmenu import PopupMenu, PopupMenuButton
-from state import initial_state, Item, handle_result
+from state import initial_state, handle_result
 from widgets import MessageDialog, BoomButton