summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/system.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/system.py')
-rw-r--r--src/mailman/interfaces/system.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py
index 39156315f..6fa791e56 100644
--- a/src/mailman/interfaces/system.py
+++ b/src/mailman/interfaces/system.py
@@ -27,8 +27,6 @@ __all__ = [
from zope.interface import Interface, Attribute
-from mailman.core.i18n import _
-
class ISystem(Interface):