comparison gamelib/gamescreen.py @ 528:0ce08d5e2acb

pyflakes-induced cleanup.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 10 Sep 2010 18:47:17 +0200
parents a984cf27b527
children a6f9b6edb6c7 2f1952748cdb
comparison
equal deleted inserted replaced
527:6ef7cc57b94b 528:0ce08d5e2acb
6 from albow.layout import Row 6 from albow.layout import Row
7 from albow.palette_view import PaletteView 7 from albow.palette_view import PaletteView
8 from albow.screen import Screen 8 from albow.screen import Screen
9 from pygame import Rect, mouse 9 from pygame import Rect, mouse
10 from pygame.color import Color 10 from pygame.color import Color
11 from pygame.locals import BLEND_ADD
12 11
13 from constants import SCREEN, BUTTON_SIZE, SCENE_SIZE, LEAVE 12 from constants import SCREEN, BUTTON_SIZE, SCENE_SIZE, LEAVE
14 from cursor import CursorWidget 13 from cursor import CursorWidget
15 from state import initial_state, handle_result 14 from state import initial_state, handle_result
16 from widgets import (MessageDialog, BoomButton, HandButton, PopupMenu, 15 from widgets import (MessageDialog, BoomButton, HandButton, PopupMenu,