[Mpuls-commits] r895 - in wasko/branches/2.0: . waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 26 15:24:23 CET 2010


Author: bh
Date: 2010-01-26 15:24:21 +0100 (Tue, 26 Jan 2010)
New Revision: 895

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/controllers/CaseBase.py
Log:
* waskaweb/controllers/CaseBase.py: Expand star imports.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-01-26 14:23:38 UTC (rev 894)
+++ wasko/branches/2.0/ChangeLog	2010-01-26 14:24:21 UTC (rev 895)
@@ -1,5 +1,9 @@
 2010-01-26  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/controllers/CaseBase.py: Expand star imports.
+
+2010-01-26  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/case.py: Expand star imports.  Import sys
 	explicitly instead of importing it from waskaweb.lib.base.
 	Nothing from waskaweb.lib.evaluation is actually used in case.py.

Modified: wasko/branches/2.0/waskaweb/controllers/CaseBase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/CaseBase.py	2010-01-26 14:23:38 UTC (rev 894)
+++ wasko/branches/2.0/waskaweb/controllers/CaseBase.py	2010-01-26 14:24:21 UTC (rev 895)
@@ -33,7 +33,8 @@
 
 from paste.httpexceptions import HTTPNotFound
 
-from waskaweb.lib.base import *
+from waskaweb.lib.base import BaseController, h, redirect_to, session
+
 from waskaweb.model.case import CaseFactory, LoadCaseNotExistsError
 
 



More information about the Mpuls-commits mailing list