[Mpuls-commits] r2200 - in wasko/branches/2.0: . mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 19:42:22 CET 2010


Author: bh
Date: 2010-03-25 19:42:15 +0100 (Thu, 25 Mar 2010)
New Revision: 2200

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/controllers/help.py
Log:
* mpulsweb/controllers/help.py: Remove unused imports.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-03-25 16:00:31 UTC (rev 2199)
+++ wasko/branches/2.0/ChangeLog	2010-03-25 18:42:15 UTC (rev 2200)
@@ -1,3 +1,7 @@
+2010-03-25  Bernhard Herzog  <bh at intevation.de>
+
+	* mpulsweb/controllers/help.py: Remove unused imports.
+
 2010-03-25  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* jmdweb/model/case.py (Case.getDiscretionStatement): Deleted. Seems

Modified: wasko/branches/2.0/mpulsweb/controllers/help.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/help.py	2010-03-25 16:00:31 UTC (rev 2199)
+++ wasko/branches/2.0/mpulsweb/controllers/help.py	2010-03-25 18:42:15 UTC (rev 2200)
@@ -1,12 +1,10 @@
 import logging
 
-from pylons import request, response, session, tmpl_context as c
-from pylons.controllers.util import abort, redirect_to
-
 from mpulsweb.lib.base import BaseController, render
 
 log = logging.getLogger(__name__)
 
+
 class HelpController(BaseController):
 
     def index(self):



More information about the Mpuls-commits mailing list