commit | 9a0078d5730e98330788add74cc7fe66b7122ecb | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Wed Aug 13 18:24:17 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Wed Aug 13 18:24:17 2008 +0200 |
tree | 369b35d5aa6921d305714429e31bf675b0e1b89d | |
parent | a9d5922c05ffb968479ec2f6d2af217414090bff [diff] [blame] |
Removed a few stdlib dependencies. This is the first step for IronPython support, the second one being a new lexer. --HG-- branch : trunk
diff --git a/jinja2/debug.py b/jinja2/debug.py index 9209054..f503c21 100644 --- a/jinja2/debug.py +++ b/jinja2/debug.py
@@ -11,7 +11,7 @@ :license: BSD. """ import sys -from types import CodeType +from jinja2.utils import CodeType def translate_exception(exc_info):