[Mpuls-commits] r1484 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 11 08:13:10 CET 2010


Author: torsten
Date: 2010-02-11 08:13:10 +0100 (Thu, 11 Feb 2010)
New Revision: 1484

Modified:
   wasko/branches/2.0/waskaweb/controllers/appointment.py
Log:
Import validator from mpulsbase now.


Modified: wasko/branches/2.0/waskaweb/controllers/appointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/appointment.py	2010-02-11 07:12:17 UTC (rev 1483)
+++ wasko/branches/2.0/waskaweb/controllers/appointment.py	2010-02-11 07:13:10 UTC (rev 1484)
@@ -39,7 +39,7 @@
 from mpulsweb.model.appointment import GlobalAppointmentOverview, \
      GlobalAppointmentFactory
 
-from waskaweb.lib.validators import CreateAppointmentForm
+from mpulsweb.lib.validators import CreateAppointmentForm
 
 log = logging.getLogger(__name__)
 



More information about the Mpuls-commits mailing list