moved code from datastructure into lexer as the module only holds code for the lexer...
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 May 2008 20:59:47 +0000 (22:59 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 May 2008 20:59:47 +0000 (22:59 +0200)
commit4325e37d6a0bd82bf7aa3516212445dbc5b04a98
tree8d8d8db972e891ca969d19748360b34bbee84495
parentc851607cef48bb257b570df9d70f6673174dea63
moved code from datastructure into lexer as the module only holds code for the lexer and is not that big.

--HG--
branch : trunk
jinja2/datastructure.py [deleted file]
jinja2/lexer.py
jinja2/parser.py