comparison 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
comparison
equal deleted inserted replaced
527:6ef7cc57b94b 528:0ce08d5e2acb
1 """The inside of the maintenance manual.""" 1 """The inside of the maintenance manual."""
2 2
3 import random 3 from albow.music import change_playlist
4 4
5 from albow.music import change_playlist, get_music, PlayList 5 from gamelib.state import Scene, Thing
6 from albow.resource import get_image
7
8 from gamelib.cursor import CursorSprite
9 from gamelib.state import Scene, Item, Thing, Result
10 from gamelib.sound import get_current_playlist 6 from gamelib.sound import get_current_playlist
11 from gamelib.scenewidgets import InteractNoImage, InteractImage 7 from gamelib.scenewidgets import InteractNoImage, InteractImage
12
13 from gamelib.scenes.game_constants import PLAYER_ID
14 8
15 9
16 # classes related the computer detail 10 # classes related the computer detail
17 11
18 12