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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
923e7272
Commit
923e7272
authored
Mar 18, 2023
by
Kazuhiko Shiozaki
Committed by
Jérome Perrin
May 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py3: import reload() from importlib in py3.
parent
cb71410c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
product/ERP5Type/tests/ERP5TypeLiveTestCase.py
product/ERP5Type/tests/ERP5TypeLiveTestCase.py
+3
-0
product/ERP5Type/tests/utils.py
product/ERP5Type/tests/utils.py
+1
-0
No files found.
product/ERP5Type/tests/ERP5TypeLiveTestCase.py
View file @
923e7272
...
@@ -49,6 +49,9 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import (
...
@@ -49,6 +49,9 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import (
)
)
from
glob
import
glob
from
glob
import
glob
import
transaction
import
transaction
import
six
if
not
six
.
PY2
:
from
importlib
import
reload
from
zLOG
import
LOG
,
DEBUG
,
INFO
from
zLOG
import
LOG
,
DEBUG
,
INFO
...
...
product/ERP5Type/tests/utils.py
View file @
923e7272
...
@@ -61,6 +61,7 @@ if six.PY2:
...
@@ -61,6 +61,7 @@ if six.PY2:
FileIO
=
file
FileIO
=
file
else
:
else
:
from
io
import
FileIO
from
io
import
FileIO
from
importlib
import
reload
def
canonical_html
(
html
):
def
canonical_html
(
html
):
...
...
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