diff gamelib/state.py @ 124:97322b78d1c1

Minor style cleanups
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 24 Aug 2010 17:55:47 +0200
parents 48d24a48d0ce
children d3ca34a664fd
line wrap: on
line diff
--- a/gamelib/state.py	Tue Aug 24 17:47:13 2010 +0200
+++ b/gamelib/state.py	Tue Aug 24 17:55:47 2010 +0200
@@ -10,6 +10,7 @@
 import constants
 from sound import get_sound
 
+
 class Result(object):
     """Result of interacting with a thing"""