[Mpuls-commits] r2792 - waska/branches/1.7/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri May 28 15:09:43 CEST 2010


Author: torsten
Date: 2010-05-28 15:09:40 +0200 (Fri, 28 May 2010)
New Revision: 2792

Modified:
   waska/branches/1.7/waskaweb/lib/helpers.py
Log:
Added function to calculate
	validity based on tags



Modified: waska/branches/1.7/waskaweb/lib/helpers.py
===================================================================
--- waska/branches/1.7/waskaweb/lib/helpers.py	2010-05-28 13:08:50 UTC (rev 2791)
+++ waska/branches/1.7/waskaweb/lib/helpers.py	2010-05-28 13:09:40 UTC (rev 2792)
@@ -44,6 +44,9 @@
 
 DBS_LIST = {}
 
+def get_validity(tags):
+    return 0
+
 def load_db_list_from_file(fname):
     if os.path.isfile(fname):
         global DBS_LIST



More information about the Mpuls-commits mailing list