Switching set syntax to python2.6 compatible

This commit is contained in:
Christopher Allan Webber 2013-01-31 12:33:50 -06:00
parent 75621003af
commit 8a4d0dbc07

View File

@ -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 = []