[Mpuls-commits] r2774 - in base/trunk: . mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed May 26 18:07:27 CEST 2010


Author: bh
Date: 2010-05-26 18:07:26 +0200 (Wed, 26 May 2010)
New Revision: 2774

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/controllers/appointment.py
Log:
* mpulsweb/controllers/appointment.py: Add missing import.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-05-26 15:44:06 UTC (rev 2773)
+++ base/trunk/ChangeLog	2010-05-26 16:07:26 UTC (rev 2774)
@@ -1,5 +1,9 @@
 2010-05-26  Bernhard Herzog  <bh at intevation.de>
 
+	* mpulsweb/controllers/appointment.py: Add missing import.
+
+2010-05-26  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/templates/logbook/overview.mako: Correct some url_for
 	calls.
 

Modified: base/trunk/mpulsweb/controllers/appointment.py
===================================================================
--- base/trunk/mpulsweb/controllers/appointment.py	2010-05-26 15:44:06 UTC (rev 2773)
+++ base/trunk/mpulsweb/controllers/appointment.py	2010-05-26 16:07:26 UTC (rev 2774)
@@ -36,7 +36,7 @@
 from pylons.i18n import _, ungettext
 
 from mpulsweb.lib.base import BaseController, c, redirect_to, render, request
-from mpulsweb.lib.helpers import dd_mm_YYYY, HH_MM
+from mpulsweb.lib.helpers import url_for, dd_mm_YYYY, HH_MM
 from mpulsweb.lib.security import checkRole
 from mpulsweb.model.appointment import GlobalAppointmentOverview, \
      GlobalAppointmentFactory



More information about the Mpuls-commits mailing list