##// END OF EJS Templates
Messing with newlines.
Brian Granger -
Show More
@@ -400,6 +400,7 b' class EngineService(object, service.Service):'
400 400
401 401 # The IEngine methods. See the interface for documentation.
402 402
403 @profile
403 404 def execute(self, lines):
404 405 msg = {'engineid':self.id,
405 406 'method':'execute',
@@ -552,6 +552,7 b' class SynchronousMultiEngine(PendingDeferredManager):'
552 552 # Decorated pending deferred methods
553 553 #---------------------------------------------------------------------------
554 554
555 @profile
555 556 @two_phase
556 557 def execute(self, lines, targets='all'):
557 558 d = self.multiengine.execute(lines, targets)
1 NO CONTENT: modified file
General Comments 0
You need to be logged in to leave comments. Login now