From af5dc3836173334795e89ec3b3460ca0f9bdff2b Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Wed, 4 Nov 2015 18:23:08 +0100 Subject: [PATCH] Code refactor --- lib/python/heremaps/heremapsgeocoder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/python/heremaps/heremapsgeocoder.py b/lib/python/heremaps/heremapsgeocoder.py index 754f97a..d1b4774 100644 --- a/lib/python/heremaps/heremapsgeocoder.py +++ b/lib/python/heremaps/heremapsgeocoder.py @@ -4,7 +4,9 @@ import json import urllib -from heremapsexceptions import BadGeocodingParams, EmptyGeocoderResponse, NoGeocodingParams +from heremaps.heremapsexceptions import BadGeocodingParams +from heremaps.heremapsexceptions import EmptyGeocoderResponse +from heremaps.heremapsexceptions import NoGeocodingParams class Geocoder: 'A Here Maps Geocoder wrapper for python'