# HG changeset patch # User Beliar # Date 1330975054 -3600 # Node ID 67d3f629658f9efa6cfabf18d3c0163eb0796c6e # Parent 94196a3e9c07f2c491bd9737cb55b86e48768f51 Removed code to initialize pychan from PARPGApplication as that is already done in Application Base. diff -r 94196a3e9c07 -r 67d3f629658f application.py --- 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 = []