diff gamelib/scenes/map.py @ 528:0ce08d5e2acb

pyflakes-induced cleanup.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 10 Sep 2010 18:47:17 +0200
parents 821b322e903b
children e0d2ec1d9720 2f1952748cdb
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Thu Sep 09 11:11:37 2010 +0200
+++ b/gamelib/scenes/map.py	Fri Sep 10 18:47:17 2010 +0200
@@ -7,7 +7,7 @@
    Many parts of the ship are derelict and inaccessible.
    """
 
-from gamelib.state import Scene, Item, Thing, Result
+from gamelib.state import Scene, Thing, Result
 from gamelib.scenewidgets import InteractRectUnion
 
 from gamelib.scenes.game_constants import PLAYER_ID