示例#1
0
 def _didLogin(self, res):
     # now we really start
     return SourceBaseCommand.start(self)
示例#2
0
文件: bzr.py 项目: thuanbk2010/katana
 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
文件: mtn.py 项目: 1stvamp/buildbot
 def cont(res):
     # Continue with start() method in superclass.
     return SourceBaseCommand.start(self)