[Mpuls-commits] r1318 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 8 12:49:09 CET 2010
Author: bh
Date: 2010-02-08 12:49:08 +0100 (Mon, 08 Feb 2010)
New Revision: 1318
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/evaluate.py
Log:
* waskaweb/controllers/evaluate.py: Expand star imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-08 11:48:33 UTC (rev 1317)
+++ wasko/branches/2.0/ChangeLog 2010-02-08 11:49:08 UTC (rev 1318)
@@ -1,5 +1,9 @@
2010-02-08 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/evaluate.py: Expand star imports.
+
+2010-02-08 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/logbook.py: Expand star imports. Added an
explicit import sys because the sys module was implicitly imported
from bwaskaweb.lib.base.
Modified: wasko/branches/2.0/waskaweb/controllers/evaluate.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/evaluate.py 2010-02-08 11:48:33 UTC (rev 1317)
+++ wasko/branches/2.0/waskaweb/controllers/evaluate.py 2010-02-08 11:49:08 UTC (rev 1318)
@@ -6,7 +6,8 @@
from pylons import session, g, c
from waskaweb.lib.validators import EvaluationFormValidator
-from waskaweb.lib.base import *
+from waskaweb.lib.base import BaseController, render, request, response
+
from mpulsweb.lib.db import db
from mpulsweb.lib.helpers import format_date, get_phasesuccessors
from libmpuls.evaluation.config import EvaluationConfig
More information about the Mpuls-commits
mailing list