##// END OF EJS Templates
peer: raise NotImplementedError for abstract submit() method...
Augie Fackler -
r28434:d549cbb5 default
parent child Browse files
Show More
@@ -39,7 +39,7 b' class batcher(object):'
39 return resref
39 return resref
40 return call
40 return call
41 def submit(self):
41 def submit(self):
42 pass
42 raise NotImplementedError()
43
43
44 class localbatch(batcher):
44 class localbatch(batcher):
45 '''performs the queued calls directly'''
45 '''performs the queued calls directly'''
General Comments 0
You need to be logged in to leave comments. Login now