Switching set syntax to python2.6 compatible
This commit is contained in:
parent
75621003af
commit
8a4d0dbc07
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user