comparison gamelib/gamescreen.py @ 264:3cedc4f95925

Ran pyflakes and fixed some minor things.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 19:35:20 +0200
parents 146cec58ddd8
children 63e702d93e0e
comparison
equal deleted inserted replaced
263:3b4a78422201 264:3cedc4f95925
12 12
13 from constants import SCREEN, BUTTON_SIZE, SCENE_SIZE 13 from constants import SCREEN, BUTTON_SIZE, SCENE_SIZE
14 from cursor import CursorWidget 14 from cursor import CursorWidget
15 from hand import HandButton 15 from hand import HandButton
16 from popupmenu import PopupMenu, PopupMenuButton 16 from popupmenu import PopupMenu, PopupMenuButton
17 from state import initial_state, Item, handle_result 17 from state import initial_state, handle_result
18 from widgets import MessageDialog, BoomButton 18 from widgets import MessageDialog, BoomButton
19 19
20 20
21 class InventoryView(PaletteView): 21 class InventoryView(PaletteView):
22 22