[fix] import
This commit is contained in:
@@ -10,7 +10,7 @@ from six.moves.urllib_parse import urljoin
|
|||||||
this_dir = os.path.realpath(os.path.dirname(__file__))
|
this_dir = os.path.realpath(os.path.dirname(__file__))
|
||||||
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
|
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
|
from geodata.file_utils import ensure_dir, download_file, cd, remove_file
|
||||||
|
|
||||||
BASE_OPENADDRESSES_DATA_URL = 'http://results.openaddresses.io'
|
BASE_OPENADDRESSES_DATA_URL = 'http://results.openaddresses.io'
|
||||||
|
|||||||
Reference in New Issue
Block a user