comparison clients/editor/scripts/events/events.py @ 359:ad5818097cd6

* Some cleanups for Editor class to match new coding standards * Minor cleanups in imports
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 26 Sep 2009 10:38:24 +0000
parents 8b125ec749d7
children 598547404022
comparison
equal deleted inserted replaced
358:8f64a9d1e7ab 359:ad5818097cd6
18 # You should have received a copy of the GNU Lesser General Public 18 # You should have received a copy of the GNU Lesser General Public
19 # License along with this library; if not, write to the 19 # License along with this library; if not, write to the
20 # Free Software Foundation, Inc., 20 # Free Software Foundation, Inc.,
21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 # #################################################################### 22 # ####################################################################
23 #from editor import getEditor # Needed to quit application
24
25 import fife, scripts 23 import fife, scripts
26 from fife import IKeyListener, ICommandListener, IMouseListener, LayerChangeListener, MapChangeListener, ConsoleExecuter 24 from fife import IKeyListener, ICommandListener, IMouseListener, LayerChangeListener, MapChangeListener, ConsoleExecuter
27 from signal import Signal 25 from signal import Signal
28 import pdb 26 import pdb
29 27