From dbf7242ea0f8ea10a461bfa0d883b9fcc564fd7f Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 4 Feb 2017 19:12:49 -0500 Subject: [PATCH] [fix] /cls/self/ --- scripts/geodata/addresses/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/addresses/components.py b/scripts/geodata/addresses/components.py index 1a8ab7b9..6e63d4e9 100644 --- a/scripts/geodata/addresses/components.py +++ b/scripts/geodata/addresses/components.py @@ -1596,7 +1596,7 @@ class AddressComponents(object): return names def country_specific_cleanup(self, address_components, country): - if country in cls.central_european_city_district_regexes: + if country in self.central_european_city_district_regexes: self.format_central_european_city_district(country, address_components) if country == self.IRELAND: