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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 28 11:04:52 CET 2010


Author: bh
Date: 2010-01-28 11:04:51 +0100 (Thu, 28 Jan 2010)
New Revision: 974

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


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-01-28 10:04:00 UTC (rev 973)
+++ wasko/branches/2.0/ChangeLog	2010-01-28 10:04:51 UTC (rev 974)
@@ -1,5 +1,9 @@
 2010-01-28  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/controllers/case_overview.py: Expand star imports
+
+2010-01-28  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/statement.py: Accidentally removed one
 	import too many (h from waskaweb.lib.base)
 

Modified: wasko/branches/2.0/waskaweb/controllers/case_overview.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case_overview.py	2010-01-28 10:04:00 UTC (rev 973)
+++ wasko/branches/2.0/waskaweb/controllers/case_overview.py	2010-01-28 10:04:51 UTC (rev 974)
@@ -35,7 +35,7 @@
 import paste
 from paste.httpexceptions import HTTPNotFound
 
-from waskaweb.lib.base import *
+from waskaweb.lib.base import c, h, render, request, session
 import waskaweb.lib.filters as F
 from waskaweb.lib.validators import SearchCaseForm, BundleActionForm, \
      SetBundleEditorForm, SetBundleStandinForm, CasePartSelectionForm



More information about the Mpuls-commits mailing list