[Mpuls-commits] r5885 - base/trunk/mpulsweb/model
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 8 14:06:04 CET 2012
Author: ludwig
Date: 2012-03-08 14:06:04 +0100 (Thu, 08 Mar 2012)
New Revision: 5885
Modified:
base/trunk/mpulsweb/model/phase.py
Log:
Issue 2738: Remove url_for from model/phase.py
Modified: base/trunk/mpulsweb/model/phase.py
===================================================================
--- base/trunk/mpulsweb/model/phase.py 2012-03-08 12:59:07 UTC (rev 5884)
+++ base/trunk/mpulsweb/model/phase.py 2012-03-08 13:06:04 UTC (rev 5885)
@@ -11,7 +11,7 @@
from formed.instance.tree import PageInstanceNode
from formed.meta.data import PageNode, RepeatNode
-from mpulsweb.lib.helpers import tag, url_for, literal, get_formular_url
+from mpulsweb.lib.helpers import tag, literal, get_formular_url
from mpulsweb.lib.helper.case import walk_it
from mpulsweb.lib.db import PostgresDBInterface
More information about the Mpuls-commits
mailing list