[Mpuls-commits] r1572 - in wasko/branches/2.0: . waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 15 18:35:24 CET 2010


Author: bh
Date: 2010-02-15 18:35:23 +0100 (Mon, 15 Feb 2010)
New Revision: 1572

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/controllers/caseappointment.py
Log:
* waskaweb/controllers/caseappointment.py: Remove unused imports


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-15 17:33:19 UTC (rev 1571)
+++ wasko/branches/2.0/ChangeLog	2010-02-15 17:35:23 UTC (rev 1572)
@@ -1,5 +1,9 @@
 2010-02-15  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/controllers/caseappointment.py: Remove unused imports
+
+2010-02-15  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/caseappointment.py
 	(CaseappointmentController.edit): Remove superfluous checkRole
 	decorator

Modified: wasko/branches/2.0/waskaweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/caseappointment.py	2010-02-15 17:33:19 UTC (rev 1571)
+++ wasko/branches/2.0/waskaweb/controllers/caseappointment.py	2010-02-15 17:35:23 UTC (rev 1572)
@@ -4,8 +4,7 @@
 
 import formencode
 
-from pylons import request, response, session, tmpl_context as c
-from pylons.controllers.util import abort, redirect_to
+from pylons import request, tmpl_context as c
 
 from mpulsweb.lib.security import checkRole
 from mpulsweb.lib.helpers import url_for, dd_mm_YYYY, HH_MM



More information about the Mpuls-commits mailing list