summaryrefslogtreecommitdiff
path: root/ishtar_common/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/data.py')
-rw-r--r--ishtar_common/data.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/ishtar_common/data.py b/ishtar_common/data.py
deleted file mode 100644
index dcbc4aa09..000000000
--- a/ishtar_common/data.py
+++ /dev/null
@@ -1,23 +0,0 @@
-FRENCH_STATES = [
- ("Auvergne-Rhône-Alpe", "FR-ARA", ("01", "03", "07", "15", "26", "38", "42", "43", "63", "69", "73", "74",)),
- ("Bourgogne-Franche-Comté", "FR-BFC", ("21", "25", "39", "58", "70", "71", "89", "90",)),
- ("Bretagne", "FR-BRE", ("22", "29", "35", "56",)),
- ("Centre-Val de Loire", "FR-CVL", ("18", "28", "36", "37", "41", "45",)),
- ("Corse", "FR-COR", ("2A", "2B",)),
- ("Grand Est", "FR-GES", ("08", "10", "51", "52", "54", "55", "57", "67", "68", "88",)),
- ("Hauts-de-France", "FR-HDF", ("02", "59", "60", "62", "80",)),
- ("Ile-de-France", "FR-IDF", ("75", "77", "78", "91", "92", "93", "94", "95", )),
- ("Normandie", "FR-NOR", ("14", "27", "50", "61", "76",)),
- ("Nouvelle-Aquitaine", "FR-NAQ", ("16", "17", "19", "23", "24", "33", "40", "47", "64", "79", "86", "87",)),
- ("Occitanie", "FR-OCC", ("09", "11", "12", "30", "31", "32", "34", "46", "48", "65", "66", "81", "82",)),
- ("Pays de la Loire", "FR-PDL", ("44", "49", "53", "72", "85",)),
- ("Provence Alpes Côte d’Azur", "FR-PAC", ("04", "05", "06", "13", "83", "84",)),
-]
-
-FRENCH_TOM_STATES = [
- ("Guadeloupe", "FR-GUA", []),
- ("Guyane", "FR-GUF", []),
- ("Martinique", "FR-MTQ", []),
- ("La Réunion", "FR-LRE", []),
- ("Mayotte", "FR-MAY", []),
-]