| Index: third_party/jinja2/ext.py
|
| diff --git a/third_party/jinja2/ext.py b/third_party/jinja2/ext.py
|
| index c2df12d5592c4275135beffdb2194b22877c4654..562ab506ffefc983f966243c6bfb5e232b875bfb 100644
|
| --- a/third_party/jinja2/ext.py
|
| +++ b/third_party/jinja2/ext.py
|
| @@ -20,7 +20,7 @@ from jinja2.environment import Environment
|
| from jinja2.runtime import concat
|
| from jinja2.exceptions import TemplateAssertionError, TemplateSyntaxError
|
| from jinja2.utils import contextfunction, import_string, Markup
|
| -from jinja2._compat import next, with_metaclass, string_types, iteritems
|
| +from jinja2._compat import with_metaclass, string_types, iteritems
|
|
|
|
|
| # the only real useful gettext functions for a Jinja template. Note
|
|
|