summaryrefslogtreecommitdiff
path: root/src/mailman/core/system.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-03-03 22:23:39 -0500
committerBarry Warsaw2010-03-03 22:23:39 -0500
commit088bc1bbb2f21bdfb7df9a52fde841323263d541 (patch)
treeea7d2dab552b973cd9e3055a2287ac51a774cda9 /src/mailman/core/system.py
parent392f53559b0baacab1fc4cf48d9452f42d318565 (diff)
parent1bee98cb58461121af5c4482beb247c6cd503a20 (diff)
downloadmailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.gz
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.tar.zst
mailman-088bc1bbb2f21bdfb7df9a52fde841323263d541.zip
Diffstat (limited to 'src/mailman/core/system.py')
-rw-r--r--src/mailman/core/system.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/core/system.py b/src/mailman/core/system.py
index b848fbdb7..6048fa187 100644
--- a/src/mailman/core/system.py
+++ b/src/mailman/core/system.py
@@ -28,7 +28,6 @@ __all__ = [
import sys
from zope.interface import implements
-from zope.location.interfaces import ILocation
from mailman import version
from mailman.interfaces.system import ISystem
@@ -36,7 +35,7 @@ from mailman.interfaces.system import ISystem
class System:
- implements(ISystem, ILocation)
+ implements(ISystem)
@property
def mailman_version(self):