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
Laurent S
erp5
Commits
72b34bfb
Commit
72b34bfb
authored
Aug 29, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compatibility with Zope 2.8
parent
ad10a33b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
product/CMFActivity/ActivityTool.py
product/CMFActivity/ActivityTool.py
+1
-1
product/ERP5Type/patches/python.py
product/ERP5Type/patches/python.py
+3
-0
No files found.
product/CMFActivity/ActivityTool.py
View file @
72b34bfb
...
...
@@ -1335,7 +1335,7 @@ class ActivityTool (Folder, UniqueObject):
"""
Clear all activities and recreate tables.
"""
folder
=
self
.
getPortalObject
().
portal_skins
folder
=
self
.
getPortalObject
().
portal_skins
.
activity
# Obtain all pending messages.
message_list_dict
=
{}
...
...
product/ERP5Type/patches/python.py
View file @
72b34bfb
...
...
@@ -56,6 +56,9 @@ if sys.version_info < (2, 5):
hashlib
.
md5
=
md5
.
new
hashlib
.
sha1
=
sha
.
new
import
email.Utils
sys
.
modules
[
'email.utils'
]
=
email
.
Utils
# A business template exported by Python 2.4 may contain:
# <klass>
# <global id="xxx" name="_compile" module="sre"/>
...
...
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