Fix pep8 E125

Sorry could not resist
This commit is contained in:
Stefan Wehrmeyer 2013-08-28 15:50:44 +02:00
parent ae827b53de
commit b228490cbc

View File

@ -103,7 +103,7 @@ class OverExtendsNode(ExtendsNode):
return parent
template = self.find_template(parent, context)
if (isinstance(template.nodelist[0], ExtendsNode) and
template.nodelist[0].parent_name.resolve(context) == parent):
template.nodelist[0].parent_name.resolve(context) == parent):
return self.find_template(parent, context, peeking=True)
return template