- Timestamp:
- 20 Sep 2012, 08:22:52 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
/main/waeup.kofa/trunk merged: 9172,9178,9180,9182-9184,9186-9189,9191-9204
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/userscontainer.py
r9169 r9208 112 112 If `filepath` is ``None``, a raw string with CSV data is returned. 113 113 """ 114 writer, outfile = self.get_csv_writer(filepath)115 114 users = site.get('users', {}) 116 115 return self.export(users.values(), filepath)
Note: See TracChangeset for help on using the changeset viewer.