diff demos/pychan_demo/pychan_test.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 3a6441d9e01c
children 427150724fe1
line wrap: on
line diff
--- a/demos/pychan_demo/pychan_test.py	Mon Jun 28 07:16:05 2010 +0000
+++ b/demos/pychan_demo/pychan_test.py	Mon Jun 28 15:43:42 2010 +0000
@@ -86,7 +86,6 @@
 		super(DemoApplication,self).__init__()
 
 		# Init Pychan
-		pychan.init(self.engine,debug=False)
 		pychan.loadFonts("fonts/freefont.fontdef")
 		pychan.manager.setDefaultFont("FreeSans")
 		pychan.setupModalExecution(self.mainLoop,self.breakFromMainLoop)