projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a5d8a
)
unused code
author
Dmitry Jemerov
<yole@jetbrains.com>
Mon, 26 Sep 2011 17:06:05 +0000
(19:06 +0200)
committer
Dmitry Jemerov
<yole@jetbrains.com>
Mon, 26 Sep 2011 17:06:05 +0000
(19:06 +0200)
jinja2/parser.py
patch
|
blob
|
history
diff --git
a/jinja2/parser.py
b/jinja2/parser.py
index e6b85fb5acff287e0dc45cf64c74182e8d19fb00..21253389d45d949fed89f1244e4a97f6fb386b0e 100644
(file)
--- a/
jinja2/parser.py
+++ b/
jinja2/parser.py
@@
-698,7
+698,6
@@
class Parser(object):
arg = nodes.Const(attr_token.value, lineno=attr_token.lineno)
return nodes.Getitem(node, arg, 'load', lineno=token.lineno)
if token.type == 'lbracket':
- priority_on_attribute = False
args = []
while self.stream.current.type != 'rbracket':
if args: