[Mpuls-commits] r1352 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 9 12:09:23 CET 2010
Author: bh
Date: 2010-02-09 12:09:20 +0100 (Tue, 09 Feb 2010)
New Revision: 1352
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/navigation.py
Log:
* waskaweb/controllers/navigation.py: Expand star imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-09 11:03:35 UTC (rev 1351)
+++ wasko/branches/2.0/ChangeLog 2010-02-09 11:09:20 UTC (rev 1352)
@@ -1,5 +1,9 @@
2010-02-09 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/navigation.py: Expand star imports.
+
+2010-02-09 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/document.py: Expand star imports.
2010-02-09 Torsten Irländer <torsten.irlaender at intevation.de>
Modified: wasko/branches/2.0/waskaweb/controllers/navigation.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/navigation.py 2010-02-09 11:03:35 UTC (rev 1351)
+++ wasko/branches/2.0/waskaweb/controllers/navigation.py 2010-02-09 11:09:20 UTC (rev 1352)
@@ -39,7 +39,7 @@
from waskaweb.controllers.CaseBase import CasebaseController
from waskaweb.controllers.case import CaseController
-from waskaweb.lib.base import *
+from waskaweb.lib.base import session
from waskaweb.controllers.formularpage import FormularpageController
More information about the Mpuls-commits
mailing list