diff options
| author | Barry Warsaw | 2016-03-27 22:14:47 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-27 22:14:47 -0400 |
| commit | 532045c68c6325fa90d74572b6c035c666470849 (patch) | |
| tree | e5acc8183a22cb03ac30d155675904fb23ca05fb /src/mailman/interfaces/system.py | |
| parent | d13e7ece87ceefadcb5273e93e5b0caeade0e600 (diff) | |
| download | mailman-532045c68c6325fa90d74572b6c035c666470849.tar.gz mailman-532045c68c6325fa90d74572b6c035c666470849.tar.zst mailman-532045c68c6325fa90d74572b6c035c666470849.zip | |
Diffstat (limited to 'src/mailman/interfaces/system.py')
| -rw-r--r-- | src/mailman/interfaces/system.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py index 95e92b20c..1b0a9a2de 100644 --- a/src/mailman/interfaces/system.py +++ b/src/mailman/interfaces/system.py @@ -18,7 +18,7 @@ """System information.""" from mailman import public -from zope.interface import Interface, Attribute +from zope.interface import Attribute, Interface @public |
