diff options
Diffstat (limited to 'src/mailman/interfaces/system.py')
| -rw-r--r-- | src/mailman/interfaces/system.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py index 721d4838e..95e92b20c 100644 --- a/src/mailman/interfaces/system.py +++ b/src/mailman/interfaces/system.py @@ -17,15 +17,11 @@ """System information.""" -__all__ = [ - 'ISystem', - ] - - +from mailman import public from zope.interface import Interface, Attribute - +@public class ISystem(Interface): """Information about the Mailman system.""" |
