aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/countries.py
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-17 18:55:14 -0700
committerJordan <me@jordan.im>2020-09-17 18:55:14 -0700
commitcaffd07d85a2a181ecc6705c1198036e030da3d2 (patch)
tree61b0f29fb571b3a08b73d07c01d51e044e12523f /tor-metrics/countries.py
parent6b2d5db77b3e17ab1eccec9483cfe1659ae56fa0 (diff)
downloadallium-caffd07d85a2a181ecc6705c1198036e030da3d2.tar.gz
allium-caffd07d85a2a181ecc6705c1198036e030da3d2.zip
change project name to allium, closes #4
Diffstat (limited to 'tor-metrics/countries.py')
-rw-r--r--tor-metrics/countries.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/tor-metrics/countries.py b/tor-metrics/countries.py
deleted file mode 100644
index ba63358..0000000
--- a/tor-metrics/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'
-]