# HG changeset patch # User Simon Cross # Date 1282485963 -7200 # Node ID e9dc681911c4d1b71a2cff64c75d840b72d6ac5f # Parent 72b619d01f4dc8bbcd89d0f21f43710683080d11 Add missing newline. diff -r 72b619d01f4d -r e9dc681911c4 gamelib/state.py --- 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()