Define "E" in adif.py.

pull/61/head
Christian T. Jacobs 2017-04-24 17:45:55 +01:00
rodzic b2b20a2edc
commit a11f7d275a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -87,6 +87,7 @@ AVAILABLE_FIELD_NAMES_FRIENDLY = {"CALL": "Callsign",
# M: Multi-line string
# G: Multi-line international string
# L: Location
# E: Enumerated
DATA_TYPES = ["A", "B", "N", "S", "I", "D", "T", "M", "G", "L", "E"]
# All the valid modes listed in the ADIF specification. This is a dictionary with the key-value pairs holding the MODE and SUBMODE(s) respectively.