diff gamelib/main.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents 5213b45fcc7e
children 7f6b11a0d404
line wrap: on
line diff
--- a/gamelib/main.py	Tue Aug 24 17:47:13 2010 +0200
+++ b/gamelib/main.py	Tue Aug 24 17:55:47 2010 +0200
@@ -29,6 +29,7 @@
     opts, _ = parser.parse_args(args or [])
     return opts
 
+
 class MainShell(Shell):
     def __init__(self, display):
         Shell.__init__(self, display)