[Mpuls-commits] r3406 - in base/trunk: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 13 18:03:38 CEST 2010


Author: bh
Date: 2010-08-13 18:03:37 +0200 (Fri, 13 Aug 2010)
New Revision: 3406

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/search.py
Log:
* mpulsweb/lib/search.py: Add missing import


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-08-13 15:22:58 UTC (rev 3405)
+++ base/trunk/ChangeLog	2010-08-13 16:03:37 UTC (rev 3406)
@@ -1,5 +1,9 @@
 2010-08-13  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/search.py: Add missing import
+
+2010-08-13  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/lib/search.py (CaseSearch.get_where): Change default
 	implementation to be exactly what's used in all derived
 	applications (with the exception of jmdstrukturweb).

Modified: base/trunk/mpulsweb/lib/search.py
===================================================================
--- base/trunk/mpulsweb/lib/search.py	2010-08-13 15:22:58 UTC (rev 3405)
+++ base/trunk/mpulsweb/lib/search.py	2010-08-13 16:03:37 UTC (rev 3406)
@@ -7,6 +7,7 @@
 
 from mpulsweb.lib.db import db
 from mpulsweb.lib.security import hasRole
+from mpulsweb.model.phase import PhaseFactory
 
 
 SAVE_SEARCH = re.compile(r'[^\w:;\-\. ]', re.UNICODE)



More information about the Mpuls-commits mailing list