Converted built-in formatters to formatter plugins.

Still work in progress and the API should be considered private for now.
This commit is contained in:
Jakub Roztocil
2014-04-28 23:33:30 +02:00
parent 858555abb5
commit e4c68063b9
25 changed files with 311 additions and 249 deletions

View File

@ -1,7 +1,7 @@
import pytest
from httpie import ExitStatus
from httpie.output.processors.colors import get_lexer
from httpie.output.formatters.colors import get_lexer
from utils import TestEnvironment, http, httpbin, HTTP_OK, COLOR, CRLF