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%(str)s)"%(i18n_close)s| ^"(?P%(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: