Mercurial > parpg-source
diff application.py @ 176:67d3f629658f
Removed code to initialize pychan from PARPGApplication as that is already done in Application Base.
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Mon, 05 Mar 2012 20:17:34 +0100 |
parents | bfd3a4ef7f2b |
children | 2a12e2843984 |
line wrap: on
line diff
--- a/application.py Mon Mar 05 19:32:52 2012 +0100 +++ b/application.py Mon Mar 05 20:17:34 2012 +0100 @@ -118,9 +118,6 @@ vfs.VFS = self.engine.getVFS() vfs.VFS.addNewSource(setting.get("parpg","DataPath")) - pychan.init(self.engine, debug = True) - pychan.setupModalExecution(self.mainLoop,self.breakFromMainLoop) - self.quitRequested = False self.breakRequested = False self.returnValues = []