From d086b1fb02c39ff762d24b3efc1727270126dd44 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Mon, 27 Oct 2008 14:10:16 +0100 Subject: [PATCH] Indent bugfix bzr revid: stephane@tinyerp.com-20081027131016-u0bn3egsb0itj9q7 --- win32/OpenERPServerService.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/OpenERPServerService.py b/win32/OpenERPServerService.py index 24df255f1d2..f6c87a75f6c 100644 --- a/win32/OpenERPServerService.py +++ b/win32/OpenERPServerService.py @@ -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,))