diff gamelib/hand.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents c76f2fad2af5
children 29ba5456e8b3
line wrap: on
line diff
--- a/gamelib/hand.py	Tue Aug 24 17:47:13 2010 +0200
+++ b/gamelib/hand.py	Tue Aug 24 17:55:47 2010 +0200
@@ -8,6 +8,7 @@
 from pygame.color import Color
 from pygame.rect import Rect
 
+
 class HandButton(ImageButton):
     """The fancy hand button for the widget"""