diff gamelib/scenes/machine.py @ 283:3ac2e025478f

Fishbowl and laser lights that don't make the universe go away.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 23:12:34 +0200
parents eb3cfcaff469
children 4adb64d349bc
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Fri Aug 27 23:09:07 2010 +0200
+++ b/gamelib/scenes/machine.py	Fri Aug 27 23:12:34 2010 +0200
@@ -1,5 +1,7 @@
 """Machine room where tools and machines are found."""
 
+import random
+
 from gamelib.state import Scene, Item, Thing, Result
 from gamelib.cursor import CursorSprite
 from gamelib.scenes.scene_widgets import (Door, InteractText, InteractNoImage,