diff gamelib/menu.py @ 528:0ce08d5e2acb

pyflakes-induced cleanup.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 10 Sep 2010 18:47:17 +0200
parents ece69836f00a
children 42742a62f9c3
line wrap: on
line diff
--- a/gamelib/menu.py	Thu Sep 09 11:11:37 2010 +0200
+++ b/gamelib/menu.py	Fri Sep 10 18:47:17 2010 +0200
@@ -3,10 +3,7 @@
 # Main menu for the game
 
 from albow.screen import Screen
-from albow.controls import Image, Button, Label
-from albow.layout import Column
 from albow.resource import get_image
-from pygame import Rect
 
 from gamelib.widgets import BoomImageButton