summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/templates.py')
-rw-r--r--src/mailman/interfaces/templates.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/interfaces/templates.py b/src/mailman/interfaces/templates.py
index 699dedcef..40bc86d2a 100644
--- a/src/mailman/interfaces/templates.py
+++ b/src/mailman/interfaces/templates.py
@@ -17,15 +17,11 @@
"""Template downloader with cache."""
-__all__ = [
- 'ITemplateLoader',
- ]
-
-
+from mailman import public
from zope.interface import Interface
-
+@public
class ITemplateLoader(Interface):
"""The template downloader utility."""