Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
erp5
Commits
201057e6
Commit
201057e6
authored
Sep 13, 2019
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix identation
parent
7eb9a766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
product/ERP5/ERP5Site.py
product/ERP5/ERP5Site.py
+7
-7
No files found.
product/ERP5/ERP5Site.py
View file @
201057e6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment