[Mpuls-commits] r2140 - wasko/branches/2.0/jmdweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 09:28:41 CET 2010


Author: torsten
Date: 2010-03-25 09:28:41 +0100 (Thu, 25 Mar 2010)
New Revision: 2140

Modified:
   wasko/branches/2.0/jmdweb/controllers/case.py
Log:
Removed unused imports


Modified: wasko/branches/2.0/jmdweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/controllers/case.py	2010-03-25 08:27:23 UTC (rev 2139)
+++ wasko/branches/2.0/jmdweb/controllers/case.py	2010-03-25 08:28:41 UTC (rev 2140)
@@ -41,11 +41,9 @@
 
 from mpulsweb.lib.base import c, g, h, redirect_to, render, request, session
 from mpulsweb.lib.db import db
-from mpulsweb.lib.navigation import get_navigation
 from mpulsweb.lib.dialogs import checkPrivacyStatement 
 from mpulsweb.lib.security import checkRole
 
-from mpulsweb.model.logbook import LogbookEntry
 from mpulsweb.model.case import SessionCase, Agency
 from mpulsweb.model.statement import PrivacyStatement
 



More information about the Mpuls-commits mailing list