~abompard/mailman/import21-instances-test

« back to all changes in this revision

Viewing changes to src/mailman/rest/tests/test_users.py

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:40:47 UTC
  • Revision ID: barry@list.org-20150105014047-3ckex6ppxujtrkkj
We don't need the 'six' package any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from mailman.interfaces.usermanager import IUserManager
34
34
from mailman.testing.helpers import call_api, configuration
35
35
from mailman.testing.layers import RESTLayer
36
 
from six.moves.urllib_error import HTTPError
 
36
from urllib.error import HTTPError
37
37
from zope.component import getUtility
38
38
 
39
39