From fa3c96d726615b012caa28896cd709eccffb7bed Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 4 Sep 2017 15:36:13 +0100 Subject: [PATCH] Add missing import after merge --- ckan/tests/legacy/logic/test_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ckan/tests/legacy/logic/test_auth.py b/ckan/tests/legacy/logic/test_auth.py index 6918f8872f6..0d3b7bab742 100644 --- a/ckan/tests/legacy/logic/test_auth.py +++ b/ckan/tests/legacy/logic/test_auth.py @@ -1,5 +1,6 @@ # encoding: utf-8 +import paste from ckan.common import config import ckan.config.middleware import ckan.tests.legacy as tests