Code refactor

This commit is contained in:
Guido Fioravantti 2015-11-04 18:23:08 +01:00
parent 1af19f7aac
commit af5dc38361

View File

@ -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'