diff gamelib/scenes/map.py @ 549:098ea4ea0d0d pyntnclick

Rename imports
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 13:19:21 +0200
parents e0d2ec1d9720
children 4e9178215e75
line wrap: on
line diff
--- a/gamelib/scenes/map.py	Sat Feb 11 13:10:18 2012 +0200
+++ b/gamelib/scenes/map.py	Sat Feb 11 13:19:21 2012 +0200
@@ -7,8 +7,8 @@
    Many parts of the ship are derelict and inaccessible.
    """
 
-from gamelib.state import Scene, Thing, Result
-from gamelib.scenewidgets import InteractRectUnion
+from pyntnclick.state import Scene, Thing, Result
+from pyntnclick.scenewidgets import InteractRectUnion
 
 from gamelib.scenes.game_constants import PLAYER_ID
 from gamelib.scenes.game_widgets import make_jim_dialog