changeset 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 94196a3e9c07
children 62aed6388159
files application.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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 = []