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

Rename imports
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 13:19:21 +0200
parents 11530992924a
children 4e9178215e75
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Feb 11 13:10:18 2012 +0200
+++ b/gamelib/scenes/machine.py	Sat Feb 11 13:19:21 2012 +0200
@@ -1,8 +1,8 @@
 """Machine room where tools and machines are found."""
 
-from gamelib.state import Scene, Item, Thing, Result
-from gamelib.cursor import CursorSprite
-from gamelib.scenewidgets import (InteractNoImage, InteractImage,
+from pyntnclick.state import Scene, Item, Thing, Result
+from pyntnclick.cursor import CursorSprite
+from pyntnclick.scenewidgets import (InteractNoImage, InteractImage,
                                   InteractAnimated, GenericDescThing)
 
 from gamelib.scenes.game_widgets import Door