Disabled iron python support until new lexer is implemented.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 13 Sep 2008 17:19:22 +0000 (19:19 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 13 Sep 2008 17:19:22 +0000 (19:19 +0200)
--HG--
branch : trunk

jinja2/loaders.py

index c97b5bf808c0c0e4c89a357b11a71cb98364ed46..e964fdcf7964092480d19fc85bfc4427c9b3723e 100644 (file)
@@ -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: