Removed a few stdlib dependencies. This is the first step for IronPython support...
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Aug 2008 16:24:17 +0000 (18:24 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Aug 2008 16:24:17 +0000 (18:24 +0200)
commit9a0078d5730e98330788add74cc7fe66b7122ecb
tree369b35d5aa6921d305714429e31bf675b0e1b89d
parenta9d5922c05ffb968479ec2f6d2af217414090bff
Removed a few stdlib dependencies.  This is the first step for IronPython support, the second one being a new lexer.

--HG--
branch : trunk
jinja2/compiler.py
jinja2/constants.py
jinja2/debug.py
jinja2/environment.py
jinja2/filters.py
jinja2/lexer.py
jinja2/nodes.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/utils.py