changeset 11:e9dc681911c4

Add missing newline.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 22 Aug 2010 16:06:03 +0200
parents 72b619d01f4d
children a491233b39ae
files gamelib/state.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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()