示例#1
0
 def appStart(self, app):
     ApplicationAdapter.appStart(self, app)
     print 'Python appStart', app
     self.appScope = app
     return 1
示例#2
0
 def appStart(self, app):
     ApplicationAdapter.appStart(self, app)
     print 'Python appStart', app
     self.appScope = app
     return 1