[Mpuls-commits] r3714 - base/trunk/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 17 10:40:42 CEST 2010


Author: torsten
Date: 2010-09-17 10:40:42 +0200 (Fri, 17 Sep 2010)
New Revision: 3714

Modified:
   base/trunk/mpulsweb/controllers/privacy.py
Log:
Removed unused import


Modified: base/trunk/mpulsweb/controllers/privacy.py
===================================================================
--- base/trunk/mpulsweb/controllers/privacy.py	2010-09-17 08:39:42 UTC (rev 3713)
+++ base/trunk/mpulsweb/controllers/privacy.py	2010-09-17 08:40:42 UTC (rev 3714)
@@ -10,8 +10,7 @@
 
 from mpulsweb.lib.security import checkRole
 from mpulsweb.lib.base import BaseController, render, c, h, session
-from mpulsweb.lib.anonymize import determineAnonymizedCaseEndPhaseName, \
-determineAnonymizedCaseEndPhase
+from mpulsweb.lib.anonymize import determineAnonymizedCaseEndPhase
 from mpulsweb.model.phase import ConsistenceCheckException
 
 from mpulsweb.controllers.case import \



More information about the Mpuls-commits mailing list