diff options
-rw-r--r-- | mediagoblin/tools/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tools/template.py b/mediagoblin/tools/template.py index 5bd20505..a58dd2ca 100644 --- a/mediagoblin/tools/template.py +++ b/mediagoblin/tools/template.py @@ -120,7 +120,7 @@ class TemplateHookExtension(Extension): ... will include all templates hooked into the comment_extras section. """ - tags = {"template_hook"} + tags = set(["template_hook"]) def parse(self, parser): includes = [] |