[Mpuls-commits] r2027 - wasko/branches/2.0/jmdweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 19 08:53:15 CET 2010
Author: torsten
Date: 2010-03-19 08:53:15 +0100 (Fri, 19 Mar 2010)
New Revision: 2027
Modified:
wasko/branches/2.0/jmdweb/model/case.py
Log:
* jmdweb/model/case.py (Case.getId): Deleted. Seems not to be used
anywhere.
Modified: wasko/branches/2.0/jmdweb/model/case.py
===================================================================
--- wasko/branches/2.0/jmdweb/model/case.py 2010-03-19 07:49:50 UTC (rev 2026)
+++ wasko/branches/2.0/jmdweb/model/case.py 2010-03-19 07:53:15 UTC (rev 2027)
@@ -252,9 +252,6 @@
def init_state(self, state_id, status, access):
self.state = State(state_id, self.id, status, access)
- def getId(self):
- return self.id
-
def getState(self):
return self.state
More information about the Mpuls-commits
mailing list