Use relative imports (#1057)

* Use relative imports in test

* Use relative imports

* Add myself to contributors :)
This commit is contained in:
Mickaël Schoentgen
2021-05-05 14:13:39 +02:00
committed by GitHub
parent 7cbdf2c608
commit a3a08a9a22
50 changed files with 118 additions and 118 deletions

View File

@ -4,7 +4,7 @@ from requests import Request
from requests.exceptions import ConnectionError
from httpie.status import ExitStatus
from utils import HTTP_OK, http
from .utils import HTTP_OK, http
@mock.patch('httpie.core.program')