[Mpuls-commits] r911 - wasko/branches/2.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 26 18:05:43 CET 2010
Author: torsten
Date: 2010-01-26 18:05:43 +0100 (Tue, 26 Jan 2010)
New Revision: 911
Modified:
wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
* waskaweb/lib/helpers.py (replaceNewlines): Removed not called from
anywhere
Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-26 17:03:33 UTC (rev 910)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-26 17:05:43 UTC (rev 911)
@@ -90,10 +90,7 @@
retval = locale.format("%.2f",(number),1)
return retval
-def replaceNewlines(value=''):
- return nl_to_br(value)
-
# Format functions
def format_number(number):
retval = locale.format("%.2f",(number),1)
More information about the Mpuls-commits
mailing list