comparison 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
comparison
equal deleted inserted replaced
10:72b619d01f4d 11:e9dc681911c4
1 """Utilities and base classes for dealing with scenes.""" 1 """Utilities and base classes for dealing with scenes."""
2
2 3
3 def initial_state(): 4 def initial_state():
4 """Load the initial state.""" 5 """Load the initial state."""
5 state = State() 6 state = State()
6 # TODO: populate state 7 # TODO: populate state