예제 #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)