diff options
| author | Barry Warsaw | 2010-02-23 14:31:41 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-02-23 14:31:41 -0500 |
| commit | 0fa9260a3d23b7ba17de727e66bcc27a0aeacc29 (patch) | |
| tree | bc45a5ba133e22eac478196436f9e5360c74ebfe /src/mailman/core/system.py | |
| parent | 6ebd29504f204913a1c57f64d802151fc97bfb41 (diff) | |
| download | mailman-0fa9260a3d23b7ba17de727e66bcc27a0aeacc29.tar.gz mailman-0fa9260a3d23b7ba17de727e66bcc27a0aeacc29.tar.zst mailman-0fa9260a3d23b7ba17de727e66bcc27a0aeacc29.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): |
