From a9930eda2814d7be49697d41206e04dc46fe931d Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 16 Jan 2015 15:49:40 +0000 Subject: [PATCH] Fix more tests. --- ckan/tests/pylons_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/tests/pylons_controller.py b/ckan/tests/pylons_controller.py index 24d4a016ebf..f5563ce4e8c 100644 --- a/ckan/tests/pylons_controller.py +++ b/ckan/tests/pylons_controller.py @@ -15,7 +15,7 @@ from ckan.config.routing import make_map from ckan.tests import * -from ckan.lib.cli import MockTranslator +from ckan.lib.commands import MockTranslator class TestPylonsSession(dict): last_accessed = None