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

Rename imports
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 13:19:21 +0200
parents f79d1d3df8e8
children 3ce19d33b51f
line wrap: on
line diff
--- a/gamelib/scenes/game_widgets.py	Sat Feb 11 13:10:18 2012 +0200
+++ b/gamelib/scenes/game_widgets.py	Sat Feb 11 13:19:21 2012 +0200
@@ -1,7 +1,7 @@
 """Generic, game specific widgets"""
 
 
-from gamelib.state import Thing, Result
+from pyntnclick.state import Thing, Result
 
 
 class Door(Thing):