[fix] Switching address formatter back to OpenCageData repo

This commit is contained in:
Al
2015-09-24 18:42:17 -04:00
parent accd8a57e7
commit 9901dd2aac

View File

@@ -9,7 +9,7 @@ from postal.text.tokenize import tokenize, tokenize_raw, token_types
from collections import OrderedDict
from itertools import ifilter
FORMATTER_GIT_REPO = 'https://github.com/openvenues/address-formatting'
FORMATTER_GIT_REPO = 'https://github.com/OpenCageData/address-formatting'
class AddressFormatter(object):