comparison orpg/mapper/base.py @ 71:449a8900f9ac ornery-dev

Code refining almost completed, for this round. Some included files are still in need of some clean up, but this is test worthy.
author sirebral
date Thu, 20 Aug 2009 03:00:39 -0500
parents 072ffc1d466f
children dcae32e219f1
comparison
equal deleted inserted replaced
70:52a5fa913008 71:449a8900f9ac
28 __version__ = "$Id: base.py,v 1.18 2007/02/12 02:29:08 digitalxero Exp $" 28 __version__ = "$Id: base.py,v 1.18 2007/02/12 02:29:08 digitalxero Exp $"
29 29
30 from images import ImageHandler 30 from images import ImageHandler
31 from orpg.tools.rgbhex import * 31 from orpg.tools.rgbhex import *
32 from orpg.orpg_windows import * 32 from orpg.orpg_windows import *
33 from orpg.orpg_xml import *
34 from math import * 33 from math import *
35 from threading import Lock 34 from threading import Lock
36 import time 35 import time
37 36
38 class cmpPoint(wx.Point): 37 class cmpPoint(wx.Point):