[Mpuls-commits] r1945 - wasko/branches/2.0/jmdweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 15 11:51:47 CET 2010


Author: torsten
Date: 2010-03-15 11:51:47 +0100 (Mon, 15 Mar 2010)
New Revision: 1945

Modified:
   wasko/branches/2.0/jmdweb/controllers/caseappointment.py
Log:
Import validator from mpulsweb


Modified: wasko/branches/2.0/jmdweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-15 10:38:36 UTC (rev 1944)
+++ wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-15 10:51:47 UTC (rev 1945)
@@ -9,6 +9,7 @@
 from mpulsweb.lib.security import checkRole
 from mpulsweb.lib.helpers import url_for, dd_mm_YYYY, HH_MM
 from mpulsweb.lib.dialogs import checkPrivacyStatement
+from mpulsweb.lib.validators import CreateAppointmentForm
 from mpulsweb.controllers.appointment import \
      DELETE_APPOINT_NOTIFICATION_SUCCESS, \
      DELETE_APPOINT_NOTIFICATION_FAILED, \
@@ -22,7 +23,6 @@
      EDIT_APPOINT_NOTIFICATION_TEXT_SUCCESS
 
 from jmdweb.lib.base import BaseController, render
-from jmdweb.lib.validators import CreateAppointmentForm
 from jmdweb.model.appointment import CaseAppointmentOverview, \
      CaseAppointmentFactory, CaseReminderOverview
 



More information about the Mpuls-commits mailing list