Trivial formatting changes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cc0c7fa6cd
commit
b0fa08b9e0
|
@ -492,9 +492,6 @@ class TokenParser(object):
|
||||||
self.pointer = i
|
self.pointer = i
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
filter_raw_string = r"""
|
filter_raw_string = r"""
|
||||||
^%(i18n_open)s"(?P<i18n_constant>%(str)s)"%(i18n_close)s|
|
^%(i18n_open)s"(?P<i18n_constant>%(str)s)"%(i18n_close)s|
|
||||||
^"(?P<constant>%(str)s)"|
|
^"(?P<constant>%(str)s)"|
|
||||||
|
@ -751,7 +748,6 @@ class NodeList(list):
|
||||||
nodes.extend(node.get_nodes_by_type(nodetype))
|
nodes.extend(node.get_nodes_by_type(nodetype))
|
||||||
return nodes
|
return nodes
|
||||||
|
|
||||||
|
|
||||||
class DebugNodeList(NodeList):
|
class DebugNodeList(NodeList):
|
||||||
def iter_render(self, context):
|
def iter_render(self, context):
|
||||||
for node in self:
|
for node in self:
|
||||||
|
|
Loading…
Reference in New Issue