[fix] /cls/self/

This commit is contained in:
Al
2017-02-04 19:12:49 -05:00
parent 35effe4b0b
commit dbf7242ea0

View File

@@ -1596,7 +1596,7 @@ class AddressComponents(object):
return names return names
def country_specific_cleanup(self, address_components, country): 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) self.format_central_european_city_district(country, address_components)
if country == self.IRELAND: if country == self.IRELAND: