From a5a83c5b777db9b0bdf0a904087df9607ce7bb4f Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 7 Feb 2015 16:29:17 +0100 Subject: [PATCH] Prevent a circular import issue. --- tests/test_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_output.py b/tests/test_output.py index b4e2db3d..ef978867 100644 --- a/tests/test_output.py +++ b/tests/test_output.py @@ -1,8 +1,8 @@ import pytest +from utils import TestEnvironment, http, HTTP_OK, COLOR, CRLF from httpie import ExitStatus from httpie.output.formatters.colors import get_lexer -from utils import TestEnvironment, http, HTTP_OK, COLOR, CRLF class TestVerboseFlag: