[Mpuls-commits] r2120 - wasko/branches/2.0/jmdweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 24 15:56:51 CET 2010
Author: torsten
Date: 2010-03-24 15:56:51 +0100 (Wed, 24 Mar 2010)
New Revision: 2120
Modified:
wasko/branches/2.0/jmdweb/model/case.py
Log:
* jmdweb/model/case.py (Case.getState),
jmdweb/model/case.py (Case.setState): Deleted. Are defined in
mpulsbase now.
Modified: wasko/branches/2.0/jmdweb/model/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/case.py 2010-03-24 14:55:49 UTC (rev 2119)
+++ wasko/branches/2.0/jmdweb/model/case.py 2010-03-24 14:56:51 UTC (rev 2120)
@@ -102,12 +102,6 @@
def init_state(self, state_id, status, access):
self.state = State(state_id, self.id, status, access)
- def getState(self):
- return self.state
-
- def setState(self, value):
- self.state.setState(value)
-
def getSessionCase(self):
"""Return a SessionCase object initialized from the current case"""
fields = dict()
More information about the Mpuls-commits
mailing list