summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/template.py')
-rw-r--r--src/mailman/interfaces/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/template.py b/src/mailman/interfaces/template.py
index 24f956b78..6b6bcd7a3 100644
--- a/src/mailman/interfaces/template.py
+++ b/src/mailman/interfaces/template.py
@@ -17,7 +17,7 @@
"""Template downloader with cache."""
-from mailman import public
+from public import public
from zope.interface import Attribute, Interface