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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 9 12:10:11 CET 2010


Author: bh
Date: 2010-02-09 12:10:09 +0100 (Tue, 09 Feb 2010)
New Revision: 1353

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


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-09 11:09:20 UTC (rev 1352)
+++ wasko/branches/2.0/ChangeLog	2010-02-09 11:10:09 UTC (rev 1353)
@@ -1,5 +1,9 @@
 2010-02-09  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/controllers/navigation.py: Remove unused imports.
+
+2010-02-09  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/controllers/navigation.py: Expand star imports.
 
 2010-02-09  Bernhard Herzog  <bh at intevation.de>

Modified: wasko/branches/2.0/waskaweb/controllers/navigation.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/navigation.py	2010-02-09 11:09:20 UTC (rev 1352)
+++ wasko/branches/2.0/waskaweb/controllers/navigation.py	2010-02-09 11:10:09 UTC (rev 1353)
@@ -29,7 +29,6 @@
 # Sascha L. Teichmann <teichmann at intevation.de>
 #
 
-import sys
 import logging
 
 from paste.httpexceptions import HTTPNotFound
@@ -38,7 +37,6 @@
 from mpulsweb.lib.security import checkRole
 
 from waskaweb.controllers.CaseBase import CasebaseController
-from waskaweb.controllers.case import CaseController
 from waskaweb.lib.base import session
 from waskaweb.controllers.formularpage import FormularpageController
 



More information about the Mpuls-commits mailing list