[formatting] Switching back over to OpenCageData

This commit is contained in:
Al
2015-12-03 18:03:21 -05:00
parent 5af95ee613
commit ab0a4e622d

View File

@@ -9,7 +9,7 @@ from postal.text.tokenize import tokenize, tokenize_raw, token_types
from collections import OrderedDict, defaultdict
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):