[Mpuls-commits] r898 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 26 15:27:05 CET 2010
Author: bh
Date: 2010-01-26 15:27:04 +0100 (Tue, 26 Jan 2010)
New Revision: 898
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/waska.py
Log:
* waskaweb/controllers/waska.py: Expand star imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-26 14:26:00 UTC (rev 897)
+++ wasko/branches/2.0/ChangeLog 2010-01-26 14:27:04 UTC (rev 898)
@@ -1,5 +1,9 @@
2010-01-26 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/waska.py: Expand star imports.
+
+2010-01-26 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/caselifetime.py: Fix formatting
2010-01-26 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/controllers/waska.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/waska.py 2010-01-26 14:26:00 UTC (rev 897)
+++ wasko/branches/2.0/waskaweb/controllers/waska.py 2010-01-26 14:27:04 UTC (rev 898)
@@ -32,7 +32,8 @@
import logging
import md5
-from waskaweb.lib.base import *
+from waskaweb.lib.base import BaseController, c, g, h, redirect_to, render, \
+ request, response, session
from waskaweb.lib.security import checkLogin, userIdentity, generateID, \
checkRole
from waskaweb.model.user import UserObject
More information about the Mpuls-commits
mailing list