[osm/formatter] Switching back to OpenCageData repo

This commit is contained in:
Al
2015-10-21 16:34:24 -04:00
parent d0aa3b9109
commit 336bfe32ca

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):