[osm/formatting] Continuing to use openvenues formatter for the India fix

This commit is contained in:
Al
2015-09-25 13:35:54 -04:00
parent 5a6b47d0fd
commit 646b9f7248

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/OpenCageData/address-formatting'
FORMATTER_GIT_REPO = 'https://github.com/openvenues/address-formatting'
class AddressFormatter(object):