aboutsummaryrefslogtreecommitdiff
path: root/allium/countries.py
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-01-11 22:20:48 -0700
committerJordan <me@jordan.im>2021-01-11 22:20:48 -0700
commitfa85205fd0499f361b243943777590b348df290b (patch)
tree7c9d6e2f3b4d5115e7a5eae45257749cf7d2c8b5 /allium/countries.py
parent7d530a90fe15fe912ffa84424d9d24e20144fb38 (diff)
downloadallium-fa85205fd0499f361b243943777590b348df290b.tar.gz
allium-fa85205fd0499f361b243943777590b348df290b.zip
replace config.py with cli args, cleanup
Diffstat (limited to 'allium/countries.py')
-rw-r--r--allium/countries.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/allium/countries.py b/allium/countries.py
deleted file mode 100644
index ba63358..0000000
--- a/allium/countries.py
+++ /dev/null
@@ -1,26 +0,0 @@
-'''
-File: countries.py
-
-List of countries which require prefixing with "The"
-'''
-
-THE_PREFIXED = [
- 'Dominican Republic',
- 'Ivory Coast',
- 'Marshall Islands',
- 'Northern Marianas Islands',
- 'Solomon Islands',
- 'United Arab Emirates',
- 'United Kingdom',
- 'United States',
- 'United States of America',
- 'Vatican City',
- 'Czech Republic',
- 'Bahamas',
- 'Gambia',
- 'Netherlands',
- 'Philippines',
- 'Seychelles',
- 'Sudan',
- 'Ukraine'
-]