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