This commit is contained in:
Jakub Roztocil 2013-09-24 20:15:19 +02:00
parent 87774acf5c
commit 2265edf05e

View File

@ -15,12 +15,6 @@ JSON = 'application/json; charset=utf-8'
DEFAULT_UA = 'HTTPie/%s' % __version__
class HTTPie(object):
def __init__(self, env, plugin_manager):
pass
def get_response(args, config_dir):
"""Send the request and return a `request.Response`."""