Changeset 9307 for main/waeup.kofa/trunk/src
- Timestamp:
- 7 Oct 2012, 21:45:46 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/batching.py
r9263 r9307 64 64 def updateEntry(self, obj, row, site): 65 65 """Update obj to the values given in row. 66 67 Returns a string describing the fields changed.68 66 """ 69 67 changed = [] -
main/waeup.kofa/trunk/src/waeup/kofa/hostels/export.py
r9199 r9307 19 19 """ 20 20 import grok 21 from zope.securitypolicy.interfaces import IPrincipalRoleMap22 21 from waeup.kofa.interfaces import ICSVExporter 23 22 from waeup.kofa.interfaces import MessageFactory as _
Note: See TracChangeset for help on using the changeset viewer.