comparison pyntnclick/main.py @ 824:9f542ef6e498 pyntnclick

Reorganise code
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 29 Jan 2013 11:41:03 +0200
parents beac13c4e982
children
comparison
equal deleted inserted replaced
823:1bf088e7865b 824:9f542ef6e498
20 from pyntnclick.sound import Sound 20 from pyntnclick.sound import Sound
21 from pyntnclick import state 21 from pyntnclick import state
22 22
23 from pyntnclick.tools.rect_drawer import (RectEngine, RectDrawerError, 23 from pyntnclick.tools.rect_drawer import (RectEngine, RectDrawerError,
24 make_rect_display) 24 make_rect_display)
25 from pyntnclick.tools.utils import list_scenes 25 from pyntnclick.utils import list_scenes
26 26
27 27
28 class GameDescriptionError(Exception): 28 class GameDescriptionError(Exception):
29 """Raised when an GameDescription is invalid.""" 29 """Raised when an GameDescription is invalid."""
30 30