[Mpuls-commits] r1032 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jan 29 19:09:16 CET 2010
Author: bh
Date: 2010-01-29 19:09:13 +0100 (Fri, 29 Jan 2010)
New Revision: 1032
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/appointment.py
Log:
* waskaweb/controllers/appointment.py: Expand star imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-29 18:07:01 UTC (rev 1031)
+++ wasko/branches/2.0/ChangeLog 2010-01-29 18:09:13 UTC (rev 1032)
@@ -1,5 +1,9 @@
2010-01-29 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/appointment.py: Expand star imports.
+
+2010-01-29 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/appointment.py: Fix formatting.
2010-01-29 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/controllers/appointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/appointment.py 2010-01-29 18:07:01 UTC (rev 1031)
+++ wasko/branches/2.0/waskaweb/controllers/appointment.py 2010-01-29 18:09:13 UTC (rev 1032)
@@ -33,7 +33,8 @@
import formencode
-from waskaweb.lib.base import *
+from waskaweb.lib.base import BaseController, c, redirect_to, render, request
+
from waskaweb.lib.helpers import dd_mm_YYYY, HH_MM
from waskaweb.lib.security import checkRole
from waskaweb.lib.validators import CreateAppointmentForm
More information about the Mpuls-commits
mailing list