From 0fa9260a3d23b7ba17de727e66bcc27a0aeacc29 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 23 Feb 2010 14:31:41 -0500 Subject: Rip out lazr.restful and replace it with restish. This simpifies a lot of the REST architecture, at the expense of a few features, and less support. So far so good though. --- src/mailman/core/system.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mailman/core/system.py') 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): -- cgit v1.2.3-70-g09d2