| commit | d0708db4bf14aab2404d2fd43d5682c025fb4750 | [log] [tgz] |
|---|---|---|
| author | Daniel Neuhäuser <dasdasich@gmail.com> | Sat May 18 12:52:40 2013 +0200 |
| committer | Daniel Neuhäuser <dasdasich@gmail.com> | Sat May 18 12:52:40 2013 +0200 |
| tree | bd496913860b5aec39c32c986e9183e704846629 | |
| parent | d77a031aaaf4a546c19008c622e3dda0bc16ce91 [diff] [blame] |
Remove unused imports
diff --git a/jinja2/exceptions.py b/jinja2/exceptions.py index f38d347..813b7fb 100644 --- a/jinja2/exceptions.py +++ b/jinja2/exceptions.py
@@ -9,7 +9,7 @@ :license: BSD, see LICENSE for more details. """ import six -from six.moves import map, zip +from six.moves import map class TemplateError(Exception):