[Mpuls-commits] r1673 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 22 11:52:52 CET 2010
Author: bh
Date: 2010-02-22 11:52:51 +0100 (Mon, 22 Feb 2010)
New Revision: 1673
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (State.setAccessTime): Removed. Not used
anywhere.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-19 19:21:03 UTC (rev 1672)
+++ wasko/branches/2.0/ChangeLog 2010-02-22 10:52:51 UTC (rev 1673)
@@ -1,3 +1,8 @@
+2010-02-22 Bernhard Herzog <bh at intevation.de>
+
+ * waskaweb/model/case.py (State.setAccessTime): Removed. Not used
+ anywhere.
+
2010-02-19 Bernhard Herzog <bh at intevation.de>
* mpulsweb/model/case.py (Field.default, Field.get_default): We
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-02-19 19:21:03 UTC (rev 1672)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-02-22 10:52:51 UTC (rev 1673)
@@ -928,9 +928,6 @@
"""
return self.last_date
- def setAccessTime(self):
- pass
-
def getMaxSavetime(self):
return Agency().getMaxSavetime()
More information about the Mpuls-commits
mailing list