Changeset 7574


Ignore:
Timestamp:
2 Feb 2012, 22:50:30 (13 years ago)
Author:
uli
Message:

Ups, the phone printing was not meant to be commited.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/tools/fix_import_file.py

    r7573 r7574  
    192192            header = convert_fieldnames(reader.fieldnames)
    193193            writer.writerow(header)
    194         print row['phone']
    195194        for key, value in row.items():
    196195            if not key in OPTIONS.keys():
Note: See TracChangeset for help on using the changeset viewer.