diff gamelib/state.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 3b4a78422201
children 80cb577e38f2
line wrap: on
line diff
--- a/gamelib/state.py	Fri Aug 27 19:29:37 2010 +0200
+++ b/gamelib/state.py	Fri Aug 27 19:35:20 2010 +0200
@@ -3,13 +3,11 @@
 from albow.resource import get_image
 from albow.utils import frame_rect
 from widgets import BoomLabel
-from pygame.locals import BLEND_ADD
 from pygame.rect import Rect
 from pygame.color import Color
 
 import constants
 from sound import get_sound
-from cursor import HAND
 
 # override the initial scene to for debugging
 DEBUG_SCENE = None