[Mpuls-commits] r848 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jan 25 19:07:58 CET 2010
Author: bh
Date: 2010-01-25 19:07:53 +0100 (Mon, 25 Jan 2010)
New Revision: 848
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/CaseBase.py
Log:
* waskaweb/controllers/CaseBase.py: Removed unused imports
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-25 17:38:53 UTC (rev 847)
+++ wasko/branches/2.0/ChangeLog 2010-01-25 18:07:53 UTC (rev 848)
@@ -1,5 +1,9 @@
2010-01-25 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/CaseBase.py: Removed unused imports
+
+2010-01-25 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/CaseBase.py
(CasebaseController._getRenderdFormElements)
(CasebaseController._getFormNavigation)
Modified: wasko/branches/2.0/waskaweb/controllers/CaseBase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-01-25 17:38:53 UTC (rev 847)
+++ wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-01-25 18:07:53 UTC (rev 848)
@@ -33,9 +33,7 @@
from paste.httpexceptions import HTTPNotFound
from waskaweb.lib.base import *
-from waskaweb.lib.filecache import FileCache
from waskaweb.model.case import CaseFactory, LoadCaseNotExistsError
-from waskaweb.lib.security import checkRole
log = logging.getLogger(__name__)
More information about the Mpuls-commits
mailing list