Inserted __future__ import of with_statement to be Jython (that is, 2.5) compatible.
[wrw.git] / wrw / wmako.py
index 491d8b3..86bc201 100644 (file)
@@ -1,3 +1,4 @@
+from __future__ import with_statement
 import os, threading
 from mako import template, lookup, filters
 import util, form, session, env