Merge branch 'master' into jython jython
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 23 Dec 2012 05:48:20 +0000 (06:48 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 23 Dec 2012 05:48:20 +0000 (06:48 +0100)
1  2 
wrw/wmako.py

diff --cc wrw/wmako.py
@@@ -1,7 -1,6 +1,7 @@@
 +from __future__ import with_statement
  import os, threading
  from mako import template, lookup, filters
- import util, form, session, env
+ import util, form, session, env, resp
  
  # It seems Mako isn't thread-safe.
  makolock = threading.Lock()