Indent bugfix

bzr revid: stephane@tinyerp.com-20081027131016-u0bn3egsb0itj9q7
This commit is contained in:
Stephane Wirtel 2008-10-27 14:10:16 +01:00
parent f4da34e876
commit d086b1fb02
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ class OpenERPServerService(win32serviceutil.ServiceFramework):
win32event.WaitForSingleObject(ws, win32event.INFINITE)
self.stopping = True
def SvcDoRun(self):
# Start OpenERP Server itself
def SvcDoRun(self):
# Start OpenERP Server itself
self.StartTERP()
# start the loop waiting for the Service Manager's stop signal
thread.start_new_thread(self.StartControl, (self.hWaitStop,))