[Mpuls-commits] r1627 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 16 15:42:16 CET 2010
Author: torsten
Date: 2010-02-16 15:42:15 +0100 (Tue, 16 Feb 2010)
New Revision: 1627
Modified:
wasko/branches/2.0/waskaweb/controllers/statement.py
Log:
* waskaweb/controllers/statement.py (StatementController.__before__): Deleted.
Modified: wasko/branches/2.0/waskaweb/controllers/statement.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/statement.py 2010-02-16 14:41:12 UTC (rev 1626)
+++ wasko/branches/2.0/waskaweb/controllers/statement.py 2010-02-16 14:42:15 UTC (rev 1627)
@@ -81,9 +81,6 @@
class StatementController(CasebaseController):
- def __before__(self):
- CasebaseController.__before__(self)
-
@checkRole('cm_ka')
def index(self):
redirect_to(controller="waska", action="start")
More information about the Mpuls-commits
mailing list