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