Commit 10ffe2d6 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Kazuhiko Shiozaki

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

For consistency with what is being allowed in the Restricted monkey-patch.
parent 2c38c5b2
......@@ -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