X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=wrw%2Fwmako.py;h=817233dfeb12f7b4be6e12247759b18465e13cd0;hb=ca6fd155fd1cf58241c9d136977c2fd08948b51b;hp=2fe78018de926516621b7f9d57d9c55213486ba8;hpb=3d866605f1fc40fb8b9d8470a02bcba7adb890ad;p=wrw.git diff --git a/wrw/wmako.py b/wrw/wmako.py index 2fe7801..817233d 100644 --- a/wrw/wmako.py +++ b/wrw/wmako.py @@ -1,7 +1,6 @@ -from __future__ import with_statement import os, threading from mako import template, lookup, filters -import util, form, session +from . import util, form, session # It seems Mako isn't thread-safe. makolock = threading.Lock()