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

Reorganise code
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 29 Jan 2013 11:41:03 +0200
parents eed75a1d50c4
children
comparison
equal deleted inserted replaced
823:1bf088e7865b 824:9f542ef6e498
6 6
7 from widgets.text import LabelWidget 7 from widgets.text import LabelWidget
8 from pygame.color import Color 8 from pygame.color import Color
9 9
10 from pyntnclick.engine import ScreenEvent 10 from pyntnclick.engine import ScreenEvent
11 from pyntnclick.tools.utils import draw_rect_image 11 from pyntnclick.utils import draw_rect_image
12 12
13 13
14 class Result(object): 14 class Result(object):
15 """Result of interacting with a thing""" 15 """Result of interacting with a thing"""
16 16