From ee78b742a7e49969e4f890f5df62475fa087309c Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 27 Nov 2019 23:12:27 +0100 Subject: [PATCH] [#4801] Yet another missing import --- ckan/lib/search/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ckan/lib/search/index.py b/ckan/lib/search/index.py index bbf35f8d4a8..58344f20d01 100644 --- a/ckan/lib/search/index.py +++ b/ckan/lib/search/index.py @@ -13,6 +13,7 @@ import pysolr from ckan.common import config from ckan.common import asbool +import six from six import text_type from six.moves import map