diff gamelib/endscreen.py @ 476:c72946d3a59a

Some minor pylint driven style fixes
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 29 Aug 2010 11:36:16 +0200
parents ece69836f00a
children 0ce08d5e2acb
line wrap: on
line diff
--- a/gamelib/endscreen.py	Sun Aug 29 11:17:09 2010 +0200
+++ b/gamelib/endscreen.py	Sun Aug 29 11:36:16 2010 +0200
@@ -24,7 +24,7 @@
         self.add(self._quit_button)
 
     def draw(self, surface):
-        surface.blit(self.background, (0,0))
+        surface.blit(self.background, (0, 0))
         self._menu_button.draw(surface)
         self._quit_button.draw(surface)