| commit | d7d663f612c02e7a48d33f6383527a9d7b1f6ae5 | [log] [tgz] |
|---|---|---|
| author | Armin Ronacher <armin.ronacher@active-4.com> | Sat May 18 11:38:34 2013 +0100 |
| committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat May 18 11:38:34 2013 +0100 |
| tree | 322c2b83577b30e41b070a41d31a9e036ec15a3f | |
| parent | 755b6b7e849862ff6e81ca22d09016b8940ce07d [diff] [blame] |
Cleanup up some imports
diff --git a/jinja2/compiler.py b/jinja2/compiler.py index c3d84d1..6ea124c 100644 --- a/jinja2/compiler.py +++ b/jinja2/compiler.py
@@ -16,8 +16,7 @@ from jinja2.exceptions import TemplateAssertionError from jinja2.utils import Markup, concat, escape, is_python_keyword import six -from six.moves import cStringIO as StringIO -from six.moves import map, zip +from six.moves import cStringIO as StringIO, map operators = {