diff options
| author | Barry Warsaw | 2009-04-02 15:19:00 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-04-02 15:19:00 -0500 |
| commit | bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf (patch) | |
| tree | 2a2f7f88371ccfcae9843d69a539bbb38dfd3d6d /src/mailman/interfaces/system.py | |
| parent | c2041a01644dff0b59ef4413d74120d99e57124f (diff) | |
| download | mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.gz mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.tar.zst mailman-bc9182c7d3d5b8402fe7d0161047ba08d2d31aaf.zip | |
Diffstat (limited to 'src/mailman/interfaces/system.py')
| -rw-r--r-- | src/mailman/interfaces/system.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py index 62270803d..6088f7624 100644 --- a/src/mailman/interfaces/system.py +++ b/src/mailman/interfaces/system.py @@ -26,6 +26,7 @@ __all__ = [ from lazr.restful.declarations import export_as_webservice_entry, exported +from zope.interface import Interface from zope.schema import TextLine from mailman.i18n import _ |
