mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Removed unnecessary __init__ definition from DebugLexer.
This commit is contained in:
parent
4dd1f4c5eb
commit
ad9ecc2c20
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ from django.utils.timezone import template_localtime
|
||||||
|
|
||||||
|
|
||||||
class DebugLexer(Lexer):
|
class DebugLexer(Lexer):
|
||||||
def __init__(self, template_string, origin):
|
|
||||||
super(DebugLexer, self).__init__(template_string, origin)
|
|
||||||
|
|
||||||
def tokenize(self):
|
def tokenize(self):
|
||||||
"Return a list of tokens from a given template_string"
|
"Return a list of tokens from a given template_string"
|
||||||
result, upto = [], 0
|
result, upto = [], 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue