summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/user.py')
-rw-r--r--src/mailman/interfaces/user.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mailman/interfaces/user.py b/src/mailman/interfaces/user.py
index e1c1df243..c42bb6c33 100644
--- a/src/mailman/interfaces/user.py
+++ b/src/mailman/interfaces/user.py
@@ -17,9 +17,6 @@
"""Interface describing the basics of a user."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'IUser',
'PasswordChangeEvent',
@@ -27,9 +24,8 @@ __all__ = [
]
-from zope.interface import Interface, Attribute
-
from mailman.interfaces.address import AddressError
+from zope.interface import Interface, Attribute