projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6425f
)
Removed unused import
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:36:18 +0000
(12:36 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:36:18 +0000
(12:36 +0100)
jinja2/environment.py
patch
|
blob
|
history
diff --git
a/jinja2/environment.py
b/jinja2/environment.py
index 886cb30b52e577f1f213497ed27a52119e11a6cd..95ca10a86ab30e43c2bfcccbe53942261b157964 100644
(file)
--- a/
jinja2/environment.py
+++ b/
jinja2/environment.py
@@
-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')