moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 24 Apr 2008 22:36:14 +0000 (00:36 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 24 Apr 2008 22:36:14 +0000 (00:36 +0200)
commitb5124e6ad7397fd71a6d8d96b8110b27ceea4d48
treead199fcd41a5104c442bd8ad3d54db71179a68c3
parent203bfcb5a6fb2152fe85f659d8aa13bbe754b392
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests

--HG--
branch : trunk
jinja2/environment.py
jinja2/ext.py
jinja2/i18n.py [deleted file]
jinja2/lexer.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py
setup.py
tests/test_i18n.py
tests/test_macros.py
tests/test_syntax.py