[Mpuls-commits] r4608 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 10 18:31:01 CET 2011
Author: bh
Date: 2011-02-10 18:31:00 +0100 (Thu, 10 Feb 2011)
New Revision: 4608
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/helpers.py
Log:
* mpulsweb/lib/helpers.py: Do not import nl_to_br anymore. The
last code that used this function through the helpers module was
in waska and that has been changed with revision 4607.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-02-10 17:28:15 UTC (rev 4607)
+++ base/trunk/ChangeLog 2011-02-10 17:31:00 UTC (rev 4608)
@@ -1,5 +1,11 @@
2011-02-10 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/helpers.py: Do not import nl_to_br anymore. The
+ last code that used this function through the helpers module was
+ in waska and that has been changed with revision 4607.
+
+2011-02-10 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/lib/renderer.py: Removed. The old renderer is not used
anymore.
Modified: base/trunk/mpulsweb/lib/helpers.py
===================================================================
--- base/trunk/mpulsweb/lib/helpers.py 2011-02-10 17:28:15 UTC (rev 4607)
+++ base/trunk/mpulsweb/lib/helpers.py 2011-02-10 17:31:00 UTC (rev 4608)
@@ -48,7 +48,7 @@
from mpulsweb.lib.security import hasRole, getKAName
-from mpulsweb.lib.helper.filters import shorten, nl_to_br, NA
+from mpulsweb.lib.helper.filters import shorten, NA
# normally we would import session from mpulsweb.lib.base, but to avoid
# circular imports we import it from app_globals.
More information about the Mpuls-commits
mailing list