[frontpython commit] r36 - trunk/SDK/PyFR

1 view
Skip to first unread message

codesite...@google.com

unread,
Jan 26, 2008, 4:24:49 PM1/26/08
to frontpyth...@googlegroups.com
Author: garionPHX
Date: Sat Jan 26 13:23:51 2008
New Revision: 36

Modified:
trunk/SDK/PyFR/AppLauncherController.py

Log:
Fix up AppLauncher

Modified: trunk/SDK/PyFR/AppLauncherController.py
==============================================================================
--- trunk/SDK/PyFR/AppLauncherController.py (original)
+++ trunk/SDK/PyFR/AppLauncherController.py Sat Jan 26 13:23:51 2008
@@ -18,6 +18,12 @@
PyFR.WaitController.WaitController.initWithText_( self, text )
return self

+ def initWithApp_( self, text, application ):
+ self.app = application
+ self.file = None
+ PyFR.WaitController.WaitController.initWithText_( self, text )
+ return self
+
def PyFR_start(self):
self.launchApp( self.app, self.file )

Reply all
Reply to author
Forward
0 new messages