From fa85205fd0499f361b243943777590b348df290b Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 11 Jan 2021 22:20:48 -0700 Subject: replace config.py with cli args, cleanup --- allium/countries.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 allium/countries.py (limited to 'allium/countries.py') 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' -] -- cgit v1.2.3-54-g00ecf