From a681354cadf48394127796eb111c2904283c9288 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 10:13:48 -0400 Subject: Clean up the interfaces directory. --- src/mailman/interfaces/api.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/mailman/interfaces/api.py') diff --git a/src/mailman/interfaces/api.py b/src/mailman/interfaces/api.py index 1e1d15d44..8096f40eb 100644 --- a/src/mailman/interfaces/api.py +++ b/src/mailman/interfaces/api.py @@ -17,14 +17,11 @@ """REST web service API context.""" -__all__ = [ - 'IAPI', - ] - - +from mailman import public from zope.interface import Attribute, Interface +@public class IAPI(Interface): """The REST web service context.""" -- cgit v1.2.3-70-g09d2