Mercurial > fife-parpg
diff tools/editor/scripts/editor.py @ 566:90d369c788c0
Updated the basicapplication extension to initialize pychan and modal execution. Also fixed the demos and editor to reflect this change.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 28 Jun 2010 15:43:42 +0000 |
parents | e34b44afd428 |
children | b2feacaed53c |
line wrap: on
line diff
--- a/tools/editor/scripts/editor.py Mon Jun 28 07:16:05 2010 +0000 +++ b/tools/editor/scripts/editor.py Mon Jun 28 15:43:42 2010 +0000 @@ -103,9 +103,6 @@ ApplicationBase.__init__(self, TDS, *args, **kwargs) MainWindow.__init__(self, *args, **kwargs) - pychan.init(self.engine, debug=False) - - pychan.setupModalExecution(self.mainLoop,self.breakFromMainLoop) def _initTools(self): """ Initializes tools """