This commit is contained in:
IdrisKalp
2019-12-10 19:25:06 +03:00
parent 459eb4d254
commit 1ac1ace697
51 changed files with 0 additions and 1730 deletions
@@ -1,15 +0,0 @@
Description: drop next import from docs/jinjaext.py
next is not available in jinja2/utils.py and all Python versions supported by
Jessie already support this function, no need for backwards compatible wrapper
Author: Piotr Ożarowski <piotr@debian.org>
--- jinja2-2.7.orig/docs/jinjaext.py
+++ jinja2-2.7/docs/jinjaext.py
@@ -23,7 +23,7 @@ from pygments.style import Style
from pygments.token import Keyword, Name, Comment, String, Error, \
Number, Operator, Generic
from jinja2 import Environment, FileSystemLoader
-from jinja2.utils import next
+#from jinja2.utils import next
def parse_rst(state, content_offset, doc):