From 1c13bf3678f85c3065794db2f93216cff900ceab Mon Sep 17 00:00:00 2001 From: antoine-de Date: Mon, 22 Jan 2018 18:39:27 +0100 Subject: [PATCH] fix typo in python imports --- scripts/geodata/polygons/reverse_geocode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/polygons/reverse_geocode.py b/scripts/geodata/polygons/reverse_geocode.py index bd4e570b..fa70f648 100644 --- a/scripts/geodata/polygons/reverse_geocode.py +++ b/scripts/geodata/polygons/reverse_geocode.py @@ -28,7 +28,7 @@ this_dir = os.path.realpath(os.path.dirname(__file__)) sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir))) from geodata.coordinates.conversion import latlon_to_decimal -from goedata.countries.constants import Countries +from geodata.countries.constants import Countries from geodata.encoding import safe_decode from geodata.file_utils import ensure_dir, download_file from geodata.i18n.unicode_properties import get_chars_by_script