[fix] import

This commit is contained in:
Al
2016-08-29 00:36:22 -04:00
parent f5b2b6327e
commit 75ece5f5e9

View File

@@ -10,7 +10,7 @@ from six.moves.urllib_parse import urljoin
this_dir = os.path.realpath(os.path.dirname(__file__))
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
from geodata.openaddresses.formatter import OPENADDRESSES_PARSER_DATA_CONFIG
from geodata.openaddresses.config import openaddresses_config
from geodata.file_utils import ensure_dir, download_file, cd, remove_file
BASE_OPENADDRESSES_DATA_URL = 'http://results.openaddresses.io'