diff gamelib/menu.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents b5b6cbf556e6
children a6de33fecb97
line wrap: on
line diff
--- a/gamelib/menu.py	Tue Aug 24 17:47:13 2010 +0200
+++ b/gamelib/menu.py	Tue Aug 24 17:55:47 2010 +0200
@@ -6,6 +6,7 @@
 from albow.controls import Button, Label
 from albow.layout import Column
 
+
 class MenuScreen(Screen):
     def __init__(self, shell):
         Screen.__init__(self, shell)