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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 14:03:36 CET 2010


Author: torsten
Date: 2010-03-23 14:03:36 +0100 (Tue, 23 Mar 2010)
New Revision: 2074

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


Modified: wasko/branches/2.0/jmdweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-23 11:55:42 UTC (rev 2073)
+++ wasko/branches/2.0/jmdweb/controllers/caseappointment.py	2010-03-23 13:03:36 UTC (rev 2074)
@@ -6,10 +6,13 @@
 
 from pylons import request, tmpl_context as c
 
+from mpulsweb.lib.base import BaseController, render
 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.model.appointment import CaseAppointmentOverview, \
+     CaseAppointmentFactory, CaseReminderOverview
 from mpulsweb.controllers.appointment import \
      DELETE_APPOINT_NOTIFICATION_SUCCESS, \
      DELETE_APPOINT_NOTIFICATION_FAILED, \
@@ -22,13 +25,8 @@
      EDIT_APPOINT_NOTIFICATION_SUCCESS, \
      EDIT_APPOINT_NOTIFICATION_TEXT_SUCCESS
 
-from jmdweb.lib.base import BaseController, render
-from jmdweb.model.appointment import CaseAppointmentOverview, \
-     CaseAppointmentFactory, CaseReminderOverview
-
 log = logging.getLogger(__name__)
 
-
 class CaseappointmentController(BaseController):
 
     def index(self, id):



More information about the Mpuls-commits mailing list