summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/system.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/system.py')
-rw-r--r--src/mailman/interfaces/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py
index 1b0a9a2de..440611537 100644
--- a/src/mailman/interfaces/system.py
+++ b/src/mailman/interfaces/system.py
@@ -17,7 +17,7 @@
"""System information."""
-from mailman import public
+from public import public
from zope.interface import Attribute, Interface