Changeset 40920
- Timestamp:
- Oct 8, 2019, 1:00:34 PM (7 years ago)
- Location:
- branches/ipp-259_genericise_backups/tools/backups
- Files:
-
- 2 added
- 1 edited
-
backup.py (added)
-
backup_test.py (added)
-
utils/config_parse_helper.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-259_genericise_backups/tools/backups/utils/config_parse_helper.py
r40919 r40920 13 13 14 14 class ConfigSchemaLine(): 15 """Defines a config line by what the key is, if it is required or optional, 15 """Defines a config line by what the key is, if it is required or optional, 16 16 the type that the value should be processed as, and any special processing required 17 17 """ … … 36 36 37 37 class ConfigSchema(): 38 """Defines a schema to be used. Consists of a single section name and 38 """Defines a schema to be used. Consists of a single section name and 39 39 multiple config lines""" 40 40
Note:
See TracChangeset
for help on using the changeset viewer.
