Commit 201057e6 authored by Julien Muchembled's avatar Julien Muchembled

Fix identation

parent 7eb9a766
...@@ -2486,14 +2486,14 @@ def initialize(self): ...@@ -2486,14 +2486,14 @@ def initialize(self):
error=1) error=1)
time.sleep(5) time.sleep(5)
try: try:
TimerServer = sys.modules['Products.TimerService.timerserver.TimerServer'] TimerServer = sys.modules['Products.TimerService.timerserver.TimerServer']
except KeyError: except KeyError:
try: # BBB try: # BBB
TimerServer = sys.modules['timerserver.TimerServer'] TimerServer = sys.modules['timerserver.TimerServer']
except KeyError: except KeyError:
# There's no point installing ERP5 automatically # There's no point installing ERP5 automatically
# if there's no timer service configured. # if there's no timer service configured.
return return
TimerRequest = TimerServer.TimerRequest TimerRequest = TimerServer.TimerRequest
def traverse(*args, **kw): def traverse(*args, **kw):
del TimerRequest.traverse del TimerRequest.traverse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment