From: Armin Ronacher Date: Sat, 13 Sep 2008 17:19:22 +0000 (+0200) Subject: Disabled iron python support until new lexer is implemented. X-Git-Tag: 2.1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=57c9b6dcf51371c597a92869e7583b169d53d292;p=jinja2.git Disabled iron python support until new lexer is implemented. --HG-- branch : trunk --- diff --git a/jinja2/loaders.py b/jinja2/loaders.py index c97b5bf..e964fdc 100644 --- a/jinja2/loaders.py +++ b/jinja2/loaders.py @@ -8,11 +8,7 @@ :copyright: 2008 by Armin Ronacher. :license: BSD, see LICENSE for more details. """ -try: - from os import path -except ImportError: - # support for iron python without standard library - from _ipysupport import path +from os import path try: from hashlib import sha1 except ImportError: