diff --git a/ckanext/odsh/model/spatial.py b/ckanext/odsh/model/spatial.py index ef379e54dd9dad48b9ce6b8343ecbc0571522525..7ab5b58ec01eb50b6f35c8159dbec00c98193250 100644 --- a/ckanext/odsh/model/spatial.py +++ b/ckanext/odsh/model/spatial.py @@ -1,7 +1,7 @@ # encoding: utf-8 from ckan.common import config -from ckan.common import json +import json import urllib2 log = __import__('logging').getLogger(__name__)