[Mpuls-commits] r1651 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 17 16:13:50 CET 2010
Author: bh
Date: 2010-02-17 16:13:42 +0100 (Wed, 17 Feb 2010)
New Revision: 1651
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (Case.set_fields): Remove some commented
out code that was checked in accidentally
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-17 15:11:31 UTC (rev 1650)
+++ wasko/branches/2.0/ChangeLog 2010-02-17 15:13:42 UTC (rev 1651)
@@ -1,5 +1,10 @@
2010-02-17 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/model/case.py (Case.set_fields): Remove some commented
+ out code that was checked in accidentally
+
+2010-02-17 Bernhard Herzog <bh at intevation.de>
+
Final step in moving the field configuration to the configuration
files:
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-02-17 15:11:31 UTC (rev 1650)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-02-17 15:13:42 UTC (rev 1651)
@@ -726,9 +726,6 @@
@classmethod
def set_fields(cls, raw_fields):
- # print "Case.set_fields",
- # for kw in raw_fields:
- # print kw
fields = [Field(**kw) for kw in raw_fields]
cls.fields = fields
cls.alias_dict = dict((field.alias, field) for field in fields
More information about the Mpuls-commits
mailing list