[Mpuls-commits] r1401 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 9 16:11:03 CET 2010
Author: bh
Date: 2010-02-09 16:11:00 +0100 (Tue, 09 Feb 2010)
New Revision: 1401
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/annotations.py
Log:
* waskaweb/controllers/annotations.py: Remove unused imports.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-09 15:09:33 UTC (rev 1400)
+++ wasko/branches/2.0/ChangeLog 2010-02-09 15:11:00 UTC (rev 1401)
@@ -1,5 +1,9 @@
2010-02-09 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/annotations.py: Remove unused imports.
+
+2010-02-09 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/annotations.py: Fix formatting.
2010-02-09 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/controllers/annotations.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/annotations.py 2010-02-09 15:09:33 UTC (rev 1400)
+++ wasko/branches/2.0/waskaweb/controllers/annotations.py 2010-02-09 15:11:00 UTC (rev 1401)
@@ -2,8 +2,8 @@
from pylons import g
from pylons.i18n import _
-from pylons import request, response, session, c
-from pylons.controllers.util import abort, redirect_to
+from pylons import c
+from pylons.controllers.util import abort
from mpulsweb.lib.security import checkRole
from waskaweb.lib.base import BaseController, render
More information about the Mpuls-commits
mailing list