From c15b53066e9b6d8b5dccf623b91f503c601d0b77 Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 3 Feb 2014 12:40:54 +0000 Subject: [PATCH] [#1488] Fix coding standards test --- ckan/new_tests/logic/auth/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/new_tests/logic/auth/__init__.py b/ckan/new_tests/logic/auth/__init__.py index c918bcdfa23..71aedf0ca1f 100644 --- a/ckan/new_tests/logic/auth/__init__.py +++ b/ckan/new_tests/logic/auth/__init__.py @@ -17,8 +17,8 @@ ''' import nose -from ckan import model as core_model -from ckan import logic +import ckan.model as core_model +import ckan.logic as logic import ckan.new_tests.helpers as helpers import ckan.logic.auth as logic_auth