Changeset 4985 for main/waeup.sirp/trunk/src/waeup/sirp/utils
- Timestamp:
- 3 Feb 2010, 08:29:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.txt
r4921 r4985 220 220 ... 221 221 ... def updateEntry(self, obj, row, site): 222 ... # This is not strictly necessary, as the default 223 ... # updateEntry method does exactly the same 222 224 ... for key, value in row.items(): 223 225 ... setattr(obj, key, value)
Note: See TracChangeset for help on using the changeset viewer.