Changeset 5252 for main/waeup.sirp/branches/ulif-fasttables/src
- Timestamp:
- 27 Jun 2010, 09:35:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/jambtables/interfaces.py
r5251 r5252 57 57 """ 58 58 59 def importFromCSV(filepath ):59 def importFromCSV(filepath, username=None): 60 60 """Import data from filepath. 61 62 `filepath` - the path to the CSV file to import data from. 63 64 `username` - the (optional) username of the importing person. 61 65 """
Note: See TracChangeset for help on using the changeset viewer.