[Mpuls-commits] r2055 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 08:49:10 CET 2010


Author: torsten
Date: 2010-03-23 08:49:10 +0100 (Tue, 23 Mar 2010)
New Revision: 2055

Modified:
   wasko/branches/2.0/mpulsweb/lib/base.py
Log:
* mpulsweb/lib/base.py: Import render_mako as render (new mako
renderer which seems to use to default html-escaping)


Modified: wasko/branches/2.0/mpulsweb/lib/base.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/base.py	2010-03-23 07:47:15 UTC (rev 2054)
+++ wasko/branches/2.0/mpulsweb/lib/base.py	2010-03-23 07:49:10 UTC (rev 2055)
@@ -40,7 +40,7 @@
 from pylons.controllers.util import redirect_to
 from pylons.i18n import _
 from pylons.i18n.translation import set_lang
-from pylons.templating import render
+from pylons.templating import render_mako as render
 
 import mpulsweb.lib.db as db
 from mpulsweb.lib.timelog import timeLog



More information about the Mpuls-commits mailing list