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

Use urlsplit instead of urlparse.

Closes #118.
This commit is contained in:
Jakub Roztocil
2013-01-03 14:12:27 +01:00
parent d84d94dd55
commit 1481749c22
9 changed files with 31 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import json
import errno
from . import __version__
from requests.compat import is_windows
from .compat import is_windows
DEFAULT_CONFIG_DIR = os.environ.get(