comparison 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
comparison
equal deleted inserted replaced
123:3b293e3b8829 124:97322b78d1c1
7 from pygame.rect import Rect 7 from pygame.rect import Rect
8 from pygame.color import Color 8 from pygame.color import Color
9 9
10 import constants 10 import constants
11 from sound import get_sound 11 from sound import get_sound
12
12 13
13 class Result(object): 14 class Result(object):
14 """Result of interacting with a thing""" 15 """Result of interacting with a thing"""
15 16
16 def __init__(self, message=None, soundfile=None): 17 def __init__(self, message=None, soundfile=None):