コード例 #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
ファイル: cvs.py プロジェクト: ABI-Software/buildbot
 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)