[frontpython commit] r48 -

1 view
Skip to first unread message

codesite...@google.com

unread,
Mar 26, 2009, 2:48:14 AM3/26/09
to frontpyth...@googlegroups.com
Author: jon.christopher
Date: Wed Mar 25 23:47:19 2009
New Revision: 48

Modified:
trunk/SDK/PyFR/AppLauncherController.py

Log:

remove PyFR. from front of imports


Modified: trunk/SDK/PyFR/AppLauncherController.py
==============================================================================
--- trunk/SDK/PyFR/AppLauncherController.py (original)
+++ trunk/SDK/PyFR/AppLauncherController.py Wed Mar 25 23:47:19 2009
@@ -8,20 +8,20 @@


#import modules required by application
-import PyFR.WaitController
+import WaitController
import objc

-class AppLauncherController(PyFR.WaitController.WaitController):
+class AppLauncherController(WaitController.WaitController):
def initWithApp_file_(self, text, application, file = None):
self.app = application
self.file = file
- PyFR.WaitController.WaitController.initWithText_( self, text )
+ WaitController.WaitController.initWithText_( self, text )
return self

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

def PyFR_start(self):

Reply all
Reply to author
Forward
0 new messages