1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Don't depend on requests.compat

#314
This commit is contained in:
Jakub Roztocil
2015-02-24 07:39:26 +01:00
parent 24957e3b61
commit e4bc363f9e
2 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
import sys
from requests.compat import is_windows
from httpie.compat import is_windows
from httpie.config import DEFAULT_CONFIG_DIR, Config