Skip to content
Snippets Groups Projects
Commit d086b1fb authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

Indent bugfix

bzr revid: stephane@tinyerp.com-20081027131016-u0bn3egsb0itj9q7
parent f4da34e8
No related branches found
No related tags found
No related merge requests found
......@@ -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,))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment