From 2ab46d62e61921b3641c8854f3ad8faa3037f9c7 Mon Sep 17 00:00:00 2001 From: Dennis <2rupnow@informatik.uni-hamburg.de> Date: Thu, 31 Jan 2019 14:55:36 +0100 Subject: [PATCH] imports correct json --- ckanext/odsh/model/spatial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/model/spatial.py b/ckanext/odsh/model/spatial.py index ef379e54..7ab5b58e 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__) -- GitLab