diff gamelib/scenes/manual.py @ 528:0ce08d5e2acb

pyflakes-induced cleanup.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 10 Sep 2010 18:47:17 +0200
parents 821b322e903b
children 87368ceebb5d
line wrap: on
line diff
--- a/gamelib/scenes/manual.py	Thu Sep 09 11:11:37 2010 +0200
+++ b/gamelib/scenes/manual.py	Fri Sep 10 18:47:17 2010 +0200
@@ -1,17 +1,11 @@
 """The inside of the maintenance manual."""
 
-import random
+from albow.music import change_playlist
 
-from albow.music import change_playlist, get_music, PlayList
-from albow.resource import get_image
-
-from gamelib.cursor import CursorSprite
-from gamelib.state import Scene, Item, Thing, Result
+from gamelib.state import Scene, Thing
 from gamelib.sound import get_current_playlist
 from gamelib.scenewidgets import InteractNoImage, InteractImage
 
-from gamelib.scenes.game_constants import PLAYER_ID
-
 
 # classes related the computer detail