Removed unused import
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:36:18 +0000 (12:36 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:36:18 +0000 (12:36 +0100)
jinja2/environment.py

index 886cb30b52e577f1f213497ed27a52119e11a6cd..95ca10a86ab30e43c2bfcccbe53942261b157964 100644 (file)
@@ -565,7 +565,7 @@ class Environment(object):
             log_function = lambda x: None
 
         if py_compile:
-            import imp, struct, marshal
+            import imp, marshal
             py_header = imp.get_magic() + \
                 u'\xff\xff\xff\xff'.encode('iso-8859-15')