Пример #1
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Пример #2
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)
Пример #3
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
Пример #4
0
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)