diff options
| author | Barry Warsaw | 2014-12-13 15:12:54 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-13 15:12:54 -0500 |
| commit | e7440d3b4d3236056dc5552731efc411c62825e1 (patch) | |
| tree | 04e29ba79cb1d54e3e1ea190dfc144d0d530e1e4 /src/mailman/model/tests/test_user.py | |
| parent | 23eb4cef9e074dbc6531f75cd0b23dc2e8acf6da (diff) | |
| download | mailman-e7440d3b4d3236056dc5552731efc411c62825e1.tar.gz mailman-e7440d3b4d3236056dc5552731efc411c62825e1.tar.zst mailman-e7440d3b4d3236056dc5552731efc411c62825e1.zip | |
Diffstat (limited to 'src/mailman/model/tests/test_user.py')
| -rw-r--r-- | src/mailman/model/tests/test_user.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/model/tests/test_user.py b/src/mailman/model/tests/test_user.py index 3ae6203ab..c0da87515 100644 --- a/src/mailman/model/tests/test_user.py +++ b/src/mailman/model/tests/test_user.py @@ -27,8 +27,6 @@ __all__ = [ import unittest -from zope.component import getUtility - from mailman.app.lifecycle import create_list from mailman.interfaces.address import ( AddressAlreadyLinkedError, AddressNotLinkedError) @@ -36,6 +34,7 @@ from mailman.interfaces.user import UnverifiedAddressError from mailman.interfaces.usermanager import IUserManager from mailman.testing.layers import ConfigLayer from mailman.utilities.datetime import now +from zope.component import getUtility |
