diff 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
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Thu Sep 09 11:11:37 2010 +0200
+++ b/gamelib/gamescreen.py	Fri Sep 10 18:47:17 2010 +0200
@@ -8,7 +8,6 @@
 from albow.screen import Screen
 from pygame import Rect, mouse
 from pygame.color import Color
-from pygame.locals import BLEND_ADD
 
 from constants import SCREEN, BUTTON_SIZE, SCENE_SIZE, LEAVE
 from cursor import CursorWidget