Updated links II.

This commit is contained in:
Jakub Roztocil
2015-07-03 18:55:45 +02:00
parent fa4bd033ef
commit 2b51cb6687
21 changed files with 50 additions and 50 deletions

View File

@ -13,7 +13,7 @@ from collections import namedtuple, Iterable
from argparse import ArgumentParser, ArgumentTypeError, ArgumentError
# TODO: Use MultiDict for headers once added to `requests`.
# https://github.com/jakubroztocil/httpie/issues/130
# https://github.com/jkbrzt/httpie/issues/130
from requests.structures import CaseInsensitiveDict
from httpie.compat import OrderedDict, urlsplit, str, is_pypy, is_py27