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
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
522fc2cb
Commit
522fc2cb
authored
Oct 10, 2022
by
Kazuhiko Shiozaki
Committed by
Jérome Perrin
Jan 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! fixup! py2/py3: dict_key does not have sort().
parent
849e2bca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
product/ERP5/bootstrap/erp5_core/MixinTemplateItem/portal_components/mixin.erp5.CachedConvertableMixin.py
...em/portal_components/mixin.erp5.CachedConvertableMixin.py
+1
-3
No files found.
product/ERP5/bootstrap/erp5_core/MixinTemplateItem/portal_components/mixin.erp5.CachedConvertableMixin.py
View file @
522fc2cb
...
@@ -41,9 +41,7 @@ from OFS.Image import Pdata, Image as OFSImage
...
@@ -41,9 +41,7 @@ from OFS.Image import Pdata, Image as OFSImage
from
DateTime
import
DateTime
from
DateTime
import
DateTime
def
makeSortedTuple
(
kw
):
def
makeSortedTuple
(
kw
):
items
=
kw
.
items
()
return
tuple
(
sorted
(
kw
.
items
()))
items
.
sort
()
return
tuple
(
items
)
def
hashPdataObject
(
pdata_object
):
def
hashPdataObject
(
pdata_object
):
"""Pdata objects are iterable, use this feature strongly
"""Pdata objects are iterable, use this feature strongly
...
...
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