From c33b7e899e02e3c274b077b17caa016257580b37 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 1 Apr 2009 16:22:40 -0500 Subject: Checkpointing restful annotations. --- src/mailman/core/system.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mailman/core') diff --git a/src/mailman/core/system.py b/src/mailman/core/system.py index 0f6d0834f..18fdfc10c 100644 --- a/src/mailman/core/system.py +++ b/src/mailman/core/system.py @@ -26,7 +26,9 @@ __all__ = [ import sys + from zope.interface import implements +from zope.location.interfaces import ILocation from mailman import version from mailman.interfaces.system import ISystem @@ -34,14 +36,16 @@ from mailman.interfaces.system import ISystem class System: - implements(ISystem) + implements(ISystem, ILocation) @property def mailman_version(self): + """See `ISystem`.""" return version.MAILMAN_VERSION_FULL @property def python_version(self): + """See `ISystem`.""" return sys.version -- cgit v1.2.3-70-g09d2