Changeset 9008
- Timestamp:
- 17 Jul 2012, 04:45:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py
r8905 r9008 78 78 if not os.path.isfile(fullpath): 79 79 continue 80 if not filename.endswith('.csv'): 81 continue 80 82 result.append(DataCenterFile(fullpath)) 81 83 if sort == 'date':
Note: See TracChangeset for help on using the changeset viewer.