diff gamelib/state.py @ 11:e9dc681911c4

Add missing newline.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 22 Aug 2010 16:06:03 +0200
parents 6db58d31dd4c
children c9b124c2f5c6
line wrap: on
line diff
--- a/gamelib/state.py	Sun Aug 22 16:03:04 2010 +0200
+++ b/gamelib/state.py	Sun Aug 22 16:06:03 2010 +0200
@@ -1,5 +1,6 @@
 """Utilities and base classes for dealing with scenes."""
 
+
 def initial_state():
     """Load the initial state."""
     state = State()