[Mpuls-commits] r1625 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 16 15:40:02 CET 2010
Author: torsten
Date: 2010-02-16 15:39:57 +0100 (Tue, 16 Feb 2010)
New Revision: 1625
Modified:
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.__before__): Deleted.
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-16 14:38:16 UTC (rev 1624)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-16 14:39:57 UTC (rev 1625)
@@ -230,9 +230,6 @@
class CaseController(CasebaseController):
- def __before__(self):
- CasebaseController.__before__(self)
-
def init_case(self, id):
'''Return a case object'''
case = self._loadCase(id)
More information about the Mpuls-commits
mailing list