comparison 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
comparison
equal deleted inserted replaced
548:ded4324b236e 549:098ea4ea0d0d
5 six months. 5 six months.
6 6
7 Many parts of the ship are derelict and inaccessible. 7 Many parts of the ship are derelict and inaccessible.
8 """ 8 """
9 9
10 from gamelib.state import Scene, Thing, Result 10 from pyntnclick.state import Scene, Thing, Result
11 from gamelib.scenewidgets import InteractRectUnion 11 from pyntnclick.scenewidgets import InteractRectUnion
12 12
13 from gamelib.scenes.game_constants import PLAYER_ID 13 from gamelib.scenes.game_constants import PLAYER_ID
14 from gamelib.scenes.game_widgets import make_jim_dialog 14 from gamelib.scenes.game_widgets import make_jim_dialog
15 15
16 16