[Mpuls-commits] r907 - wasko/branches/2.0/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 26 17:56:02 CET 2010


Author: torsten
Date: 2010-01-26 17:56:01 +0100 (Tue, 26 Jan 2010)
New Revision: 907

Modified:
   wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
* waskaweb/lib/helpers.py (getCaseShort): Removed not call anywhere


Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py	2010-01-26 16:54:19 UTC (rev 906)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py	2010-01-26 16:56:01 UTC (rev 907)
@@ -86,9 +86,6 @@
     except KeyError:
         return ''
 
-def getCaseShort(name, n):
-    return shorten(name, n)
-
 def formatNumber(number):
     retval = locale.format("%.2f",(number),1)
     return retval



More information about the Mpuls-commits mailing list