Prevent a circular import issue.

This commit is contained in:
Jakub Roztocil 2015-02-07 16:29:17 +01:00
parent 9682f955b5
commit a5a83c5b77

View File

@ -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: