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
Carlos Ramos Carreño
erp5
Commits
d46d4761
Commit
d46d4761
authored
1 year ago
by
Kazuhiko Shiozaki
Committed by
Jérome Perrin
10 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py3: import reload() from importlib in py3.
parent
21a20c9c
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 @
d46d4761
...
...
@@ -49,6 +49,9 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import (
)
from
glob
import
glob
import
transaction
import
six
if
not
six
.
PY2
:
from
importlib
import
reload
from
zLOG
import
LOG
,
DEBUG
,
INFO
...
...
This diff is collapsed.
Click to expand it.
product/ERP5Type/tests/utils.py
View file @
d46d4761
...
...
@@ -71,6 +71,7 @@ if six.PY2:
FileIO
=
file
else
:
from
io
import
FileIO
from
importlib
import
reload
class
FileUpload
(
FileIO
):
"""Act as an uploaded file.
...
...
This diff is collapsed.
Click to expand it.
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