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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py
index 39156315f..f1a28ea84 100644
--- a/src/mailman/interfaces/system.py
+++ b/src/mailman/interfaces/system.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2010 by the Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -27,8 +27,6 @@ __all__ = [
from zope.interface import Interface, Attribute
-from mailman.core.i18n import _
-
class ISystem(Interface):