- Timestamp:
- 28 Jan 2012, 08:38:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/tools/fix_import_file.py
r7526 r7530 64 64 'birthday': 'date_of_birth', 65 65 'clr_ac_pin': 'clr_code', 66 'study_course': 'certificate', 66 67 } 67 68 … … 100 101 """Converters to turn old-style values into new ones. 101 102 """ 102 103 103 @classmethod 104 104 def reg_state(self, value): … … 106 106 """ 107 107 return REGSTATE_MAPPING.get(value,value) 108 109 108 110 109 @classmethod
Note: See TracChangeset for help on using the changeset viewer.