[Mpuls-commits] r1570 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 15 18:32:09 CET 2010
Author: bh
Date: 2010-02-15 18:32:08 +0100 (Mon, 15 Feb 2010)
New Revision: 1570
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/caseappointment.py
Log:
* waskaweb/controllers/caseappointment.py:
waskaweb.controllers.appointment has been renamed to
mpulsweb.controllers.appointment
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-15 17:17:06 UTC (rev 1569)
+++ wasko/branches/2.0/ChangeLog 2010-02-15 17:32:08 UTC (rev 1570)
@@ -1,5 +1,11 @@
2010-02-15 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/caseappointment.py:
+ waskaweb.controllers.appointment has been renamed to
+ mpulsweb.controllers.appointment
+
+2010-02-15 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/caseappointment.py: Fix formatting.
2010-02-15 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-15 17:17:06 UTC (rev 1569)
+++ wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-15 17:32:08 UTC (rev 1570)
@@ -9,14 +9,7 @@
from mpulsweb.lib.security import checkRole
from mpulsweb.lib.helpers import url_for, dd_mm_YYYY, HH_MM
-
-from waskaweb.lib.base import BaseController, render
-from waskaweb.lib.validators import CreateAppointmentForm
-from waskaweb.model.case import CaseFactory, LoadCaseNotExistsError
-from waskaweb.model.appointment import CaseAppointmentOverview, \
- CaseAppointmentFactory, CaseReminderOverview
-from waskaweb.controllers.case import checkPrivacyStatement
-from waskaweb.controllers.appointment import \
+from mpulsweb.controllers.appointment import \
DELETE_APPOINT_NOTIFICATION_SUCCESS, \
DELETE_APPOINT_NOTIFICATION_FAILED, \
DELETE_APPOINT_NOTIFICATION_TEXT_SUCCESS, \
@@ -28,6 +21,13 @@
EDIT_APPOINT_NOTIFICATION_SUCCESS, \
EDIT_APPOINT_NOTIFICATION_TEXT_SUCCESS
+from waskaweb.lib.base import BaseController, render
+from waskaweb.lib.validators import CreateAppointmentForm
+from waskaweb.model.case import CaseFactory, LoadCaseNotExistsError
+from waskaweb.model.appointment import CaseAppointmentOverview, \
+ CaseAppointmentFactory, CaseReminderOverview
+from waskaweb.controllers.case import checkPrivacyStatement
+
log = logging.getLogger(__name__)
def loadCase(id):
More information about the Mpuls-commits
mailing list