summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests/test_preferences.py')
-rw-r--r--src/mailman/rest/tests/test_preferences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_preferences.py b/src/mailman/rest/tests/test_preferences.py
index 91a066cff..06e0b035b 100644
--- a/src/mailman/rest/tests/test_preferences.py
+++ b/src/mailman/rest/tests/test_preferences.py
@@ -32,7 +32,7 @@ from mailman.database.transaction import transaction
from mailman.interfaces.usermanager import IUserManager
from mailman.testing.helpers import call_api
from mailman.testing.layers import RESTLayer
-from urllib2 import HTTPError
+from six.moves.urllib_error import HTTPError
from zope.component import getUtility