[Mpuls-commits] r1038 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 1 11:16:32 CET 2010
Author: torsten
Date: 2010-02-01 11:16:31 +0100 (Mon, 01 Feb 2010)
New Revision: 1038
Modified:
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py: Import DataSaveException from controllers.caselifetime now.
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-01 10:14:26 UTC (rev 1037)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-01 10:16:31 UTC (rev 1038)
@@ -62,7 +62,6 @@
from waskaweb.model.appointment import CaseAppointmentOverview, \
CaseAppointmentFactory, CaseReminderOverview
-from waskaweb.model.casedocument import DataSaveException
from waskaweb.model.data import DateLeaf, IntLeaf, TextLeaf, RadioNode, \
ChoiceNode
from waskaweb.model.logbook import Logbook, LogbookEntry, LogbookEntryChecker
@@ -75,6 +74,7 @@
from waskaweb.controllers.CaseBase import CasebaseController
from waskaweb.controllers.formularpage import get_rendered_page
+from waskaweb.controllers.caselifetime import DataSaveException
from waskaweb.controllers.appointment import \
DELETE_APPOINT_NOTIFICATION_SUCCESS, \
DELETE_APPOINT_NOTIFICATION_FAILED, \
More information about the Mpuls-commits
mailing list