diff options
| author | Barry Warsaw | 2010-03-03 22:23:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-03-03 22:23:39 -0500 |
| commit | 088bc1bbb2f21bdfb7df9a52fde841323263d541 (patch) | |
| tree | ea7d2dab552b973cd9e3055a2287ac51a774cda9 /src/mailman/core/system.py | |
| parent | 392f53559b0baacab1fc4cf48d9452f42d318565 (diff) | |
| parent | 1bee98cb58461121af5c4482beb247c6cd503a20 (diff) | |
| download | mailman-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.py | 3 |
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): |
