summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-17 09:46:04 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-17 09:46:04 +0000
commitb0fa08b9e0cc0d975515a0d84c932280da50e75e (patch)
tree555cc0e5f5552f5367c5f2009c130b37815b2da0
parentcc0c7fa6cd8c88e670122e380370a559c1bed0be (diff)
Trivial formatting changes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/template/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/template/__init__.py b/django/template/__init__.py
index 0d1256c4dc..7495eea878 100644
--- a/django/template/__init__.py
+++ b/django/template/__init__.py
@@ -492,9 +492,6 @@ class TokenParser(object):
self.pointer = i
return s
-
-
-
filter_raw_string = r"""
^%(i18n_open)s"(?P<i18n_constant>%(str)s)"%(i18n_close)s|
^"(?P<constant>%(str)s)"|
@@ -751,7 +748,6 @@ class NodeList(list):
nodes.extend(node.get_nodes_by_type(nodetype))
return nodes
-
class DebugNodeList(NodeList):
def iter_render(self, context):
for node in self: