[osm/formatting] Moving back to openvenues repo pending resolution of the Turkish address issue

This commit is contained in:
Al
2015-09-26 03:56:50 -04:00
parent 0c792a2cc3
commit ae93552455

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