Ignore:
Timestamp:
17 Jul 2012, 04:45:43 (12 years ago)
Author:
Henrik Bettermann
Message:

Show only csv files in data center.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py

    r8905 r9008  
    7878            if not os.path.isfile(fullpath):
    7979                continue
     80            if not filename.endswith('.csv'):
     81                continue
    8082            result.append(DataCenterFile(fullpath))
    8183        if sort == 'date':
Note: See TracChangeset for help on using the changeset viewer.