diff gamelib/gamescreen.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents d2f84f22def0
children d3ca34a664fd
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Tue Aug 24 17:47:13 2010 +0200
+++ b/gamelib/gamescreen.py	Tue Aug 24 17:55:47 2010 +0200
@@ -2,7 +2,7 @@
 # Copyright Boomslang team, 2010 (see COPYING File)
 # Main menu for the game
 
-from albow.controls import Button, Label, Widget
+from albow.controls import Button, Widget
 from albow.layout import Row
 from albow.palette_view import PaletteView
 from albow.screen import Screen