[Mpuls-commits] r3368 - in jmd/trunk: . jmdstrukturweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Aug 10 17:56:47 CEST 2010
Author: bh
Date: 2010-08-10 17:56:46 +0200 (Tue, 10 Aug 2010)
New Revision: 3368
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdstrukturweb/controllers/case.py
Log:
* jmdstrukturweb/controllers/case.py: Removed unused imports
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2010-08-10 15:56:03 UTC (rev 3367)
+++ jmd/trunk/ChangeLog 2010-08-10 15:56:46 UTC (rev 3368)
@@ -1,5 +1,9 @@
2010-08-10 Bernhard Herzog <bh at intevation.de>
+ * jmdstrukturweb/controllers/case.py: Removed unused imports
+
+2010-08-10 Bernhard Herzog <bh at intevation.de>
+
* jmdstrukturweb/controllers/case.py (COPY_SUCCESS)
(COPY_SUCCESS_TEXT, COPY_CONFIRM, COPY_CONFIRM_TEXT):
Removed. Unused.
Modified: jmd/trunk/jmdstrukturweb/controllers/case.py
===================================================================
--- jmd/trunk/jmdstrukturweb/controllers/case.py 2010-08-10 15:56:03 UTC (rev 3367)
+++ jmd/trunk/jmdstrukturweb/controllers/case.py 2010-08-10 15:56:46 UTC (rev 3368)
@@ -35,7 +35,6 @@
from mpulsweb.lib.base import c, g, h, render, request, session
from mpulsweb.lib.security import checkRole
-from mpulsweb.lib.translation import _, ungettext
from mpulsweb.model.case import SessionCase, Agency
from mpulsweb.model.statement import PrivacyStatement
More information about the Mpuls-commits
mailing list