projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ceced5
)
added missing import
author
Benjamin Wiegand
<highwaychile@bluevaria.de>
Sat, 3 May 2008 20:27:29 +0000
(22:27 +0200)
committer
Benjamin Wiegand
<highwaychile@bluevaria.de>
Sat, 3 May 2008 20:27:29 +0000
(22:27 +0200)
--HG--
branch : trunk
jinja2/utils.py
patch
|
blob
|
history
diff --git
a/jinja2/utils.py
b/jinja2/utils.py
index d9a45a8188a4aba131279b9b678d4afff0d10512..87b3d132eeb1d904b6992e7f336bdcd62ead18be 100644
(file)
--- a/
jinja2/utils.py
+++ b/
jinja2/utils.py
@@
-9,6
+9,7
@@
:license: BSD, see LICENSE for more details.
"""
import re
+import sys
import string
try:
from thread import allocate_lock