From: Christopher Allan Webber Date: Thu, 31 Jan 2013 18:33:50 +0000 (-0600) Subject: Switching set syntax to python2.6 compatible X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a4d0dbc07c2243c5b5ce123ac1ffafb6bfb19cb;p=mediagoblin.git Switching set syntax to python2.6 compatible --- 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 = []