a0650d
From 99d0f3165ace0befd9eafd661be6e0c23d5f9ba5 Mon Sep 17 00:00:00 2001
a0650d
From: Gabi Davar <grizzly.nyo@gmail.com>
a0650d
Date: Fri, 16 Aug 2013 16:18:35 +0300
a0650d
Subject: [PATCH] align jinjaext with the rest of the computability cleanups
a0650d
a0650d
---
a0650d
 docs/jinjaext.py | 2 +-
a0650d
 1 file changed, 1 insertion(+), 1 deletion(-)
a0650d
a0650d
diff --git a/docs/jinjaext.py b/docs/jinjaext.py
a0650d
index 8395a55..3c217f8 100644
a0650d
--- a/docs/jinjaext.py
a0650d
+++ b/docs/jinjaext.py
a0650d
@@ -23,7 +23,7 @@
a0650d
 from pygments.token import Keyword, Name, Comment, String, Error, \
a0650d
      Number, Operator, Generic
a0650d
 from jinja2 import Environment, FileSystemLoader
a0650d
-from jinja2.utils import next
a0650d
+from jinja2._compat import next
a0650d
 
a0650d
 
a0650d
 def parse_rst(state, content_offset, doc):
a0650d
-- 
a0650d
1.8.1.6
a0650d