Commit c08a607f authored by Vincent Pelletier's avatar Vincent Pelletier

testPasswordTool: Import url parsing module from a py3-ish module path

For consistency with what is being allowed in the Restricted monkey-patch.
parent b64b44b1
......@@ -28,7 +28,7 @@
##############################################################################
import six
from six.moves.urllib_parse import urlparse, parse_qsl
from six.moves.urllib.parse import urlparse, parse_qsl
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from DateTime import DateTime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment