diff options
Diffstat (limited to 'src/mailman/rest/templates.py')
| -rw-r--r-- | src/mailman/rest/templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/templates.py b/src/mailman/rest/templates.py index fe5e34a8e..7f4e5a3af 100644 --- a/src/mailman/rest/templates.py +++ b/src/mailman/rest/templates.py @@ -17,9 +17,9 @@ """Template finder.""" -from mailman import public from mailman.rest.helpers import not_found from mailman.utilities.i18n import TemplateNotFoundError, find +from public import public # Use mimetypes.guess_all_extensions()? |
