Ignore:
Timestamp:
3 Feb 2010, 08:29:43 (15 years ago)
Author:
uli
Message:

Add comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.txt

    r4921 r4985  
    220220    ...
    221221    ...   def updateEntry(self, obj, row, site):
     222    ...     # This is not strictly necessary, as the default
     223    ...     # updateEntry method does exactly the same
    222224    ...     for key, value in row.items():
    223225    ...       setattr(obj, key, value)
Note: See TracChangeset for help on using the changeset viewer.