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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 31 20:18:10 CEST 2010


Author: bh
Date: 2010-05-31 20:18:08 +0200 (Mon, 31 May 2010)
New Revision: 2847

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/db.py
Log:
* mpulsweb/lib/db.py (db): Get rid of one more "waska" reference:
use "mpuls.db" as the name of the db StackedObjectProxy.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-05-31 15:49:08 UTC (rev 2846)
+++ base/trunk/ChangeLog	2010-05-31 18:18:08 UTC (rev 2847)
@@ -1,5 +1,10 @@
 2010-05-31  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/db.py (db): Get rid of one more "waska" reference:
+	use "mpuls.db" as the name of the db StackedObjectProxy.
+
+2010-05-31  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/lib/validators.py (SearchCaseForm.editor): The "editor"
 	parameter is not always present, so supply a default value to
 	avoid errors.  The editor field is only part of the search form

Modified: base/trunk/mpulsweb/lib/db.py
===================================================================
--- base/trunk/mpulsweb/lib/db.py	2010-05-31 15:49:08 UTC (rev 2846)
+++ base/trunk/mpulsweb/lib/db.py	2010-05-31 18:18:08 UTC (rev 2847)
@@ -46,7 +46,7 @@
 psycopg2.extensions.register_type(psycopg2.extensions.UNICODE)
 
 
-db = StackedObjectProxy(name="waska.db")
+db = StackedObjectProxy(name="mpuls.db")
 
 
 def enter(dbObject):



More information about the Mpuls-commits mailing list