[Mpuls-commits] r1624 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 16 15:38:17 CET 2010
Author: torsten
Date: 2010-02-16 15:38:16 +0100 (Tue, 16 Feb 2010)
New Revision: 1624
Modified:
wasko/branches/2.0/waskaweb/controllers/CaseBase.py
Log:
* waskaweb/controllers/CaseBase.py (CasebaseController.__before__):
Deleted. Not used anymore.
Modified: wasko/branches/2.0/waskaweb/controllers/CaseBase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-02-16 14:32:20 UTC (rev 1623)
+++ wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-02-16 14:38:16 UTC (rev 1624)
@@ -43,10 +43,6 @@
class CasebaseController(BaseController):
- def __before__(self):
- BaseController.__before__(self)
- self.navigation = session.get('navigation.tree')
-
def index(self):
raise HTTPNotFound()
More information about the Mpuls-commits
mailing list