[Mpuls-commits] r922 - wasko/branches/2.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 26 18:37:39 CET 2010
Author: torsten
Date: 2010-01-26 18:37:37 +0100 (Tue, 26 Jan 2010)
New Revision: 922
Modified:
wasko/branches/2.0/waskaweb/lib/helpers.py
Log:
* waskaweb/lib/helpers.py (slashSplit): Removed. Is not used here
anymore
Modified: wasko/branches/2.0/waskaweb/lib/helpers.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-26 17:36:37 UTC (rev 921)
+++ wasko/branches/2.0/waskaweb/lib/helpers.py 2010-01-26 17:37:37 UTC (rev 922)
@@ -220,15 +220,6 @@
def getFormularName(page_id):
return get_pagename(page_id)
-def slashSplit(s):
- out = []
- for p in s.split("/"):
- if p.find("=") == -1 and out:
- out[-1] += '/'+ p
- else:
- out.append(p)
- return out
-
# Phases helpers. Used in evaluation
def get_phasesuccessors(p):
#p = int(p)
More information about the Mpuls-commits
mailing list