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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 23 16:43:05 CET 2010


Author: bh
Date: 2010-11-23 16:43:04 +0100 (Tue, 23 Nov 2010)
New Revision: 4253

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/base.py
Log:
* mpulsweb/lib/base.py: Remove unused imports.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-11-23 15:40:50 UTC (rev 4252)
+++ base/trunk/ChangeLog	2010-11-23 15:43:04 UTC (rev 4253)
@@ -1,5 +1,9 @@
 2010-11-23  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/lib/base.py: Remove unused imports.
+
+2010-11-23  Bernhard Herzog  <bh at intevation.de>
+
 	Fix mpuls/issue1462
 
 	* mpulsweb/lib/security.py (get_unmapped_db_name, getDbName):

Modified: base/trunk/mpulsweb/lib/base.py
===================================================================
--- base/trunk/mpulsweb/lib/base.py	2010-11-23 15:40:50 UTC (rev 4252)
+++ base/trunk/mpulsweb/lib/base.py	2010-11-23 15:43:04 UTC (rev 4253)
@@ -53,7 +53,7 @@
 from mpulsweb.lib.navigation import get_navigation
 from mpulsweb.lib.app_globals import session
 import mpulsweb.lib.helpers as h
-from mpulsweb.lib.security import getDbName, userIdentity, get_db_parameters
+from mpulsweb.lib.security import userIdentity, get_db_parameters
 
 # These names are exported from this module largely for historical
 # reasons.  Ideally the module should probably only export



More information about the Mpuls-commits mailing list