Esempio n. 1
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Esempio n. 2
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)
Esempio n. 3
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Esempio n. 4
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)