added missing import
authorBenjamin Wiegand <highwaychile@bluevaria.de>
Sat, 3 May 2008 20:27:29 +0000 (22:27 +0200)
committerBenjamin Wiegand <highwaychile@bluevaria.de>
Sat, 3 May 2008 20:27:29 +0000 (22:27 +0200)
--HG--
branch : trunk

jinja2/utils.py

index d9a45a8188a4aba131279b9b678d4afff0d10512..87b3d132eeb1d904b6992e7f336bdcd62ead18be 100644 (file)
@@ -9,6 +9,7 @@
     :license: BSD, see LICENSE for more details.
 """
 import re
+import sys
 import string
 try:
     from thread import allocate_lock