diff options
| author | Barry Warsaw | 2016-03-25 10:13:48 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-25 10:13:48 -0400 |
| commit | a681354cadf48394127796eb111c2904283c9288 (patch) | |
| tree | 87377966491672f981d6567d78debd384004d11b /src/mailman/interfaces/api.py | |
| parent | b9c06627e46ff1e9f09965228ab3b48f217109af (diff) | |
| download | mailman-a681354cadf48394127796eb111c2904283c9288.tar.gz mailman-a681354cadf48394127796eb111c2904283c9288.tar.zst mailman-a681354cadf48394127796eb111c2904283c9288.zip | |
Diffstat (limited to 'src/mailman/interfaces/api.py')
| -rw-r--r-- | src/mailman/interfaces/api.py | 7 |
1 files changed, 2 insertions, 5 deletions
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.""" |
