From 2265edf05e05d70e6090eae075fdb9d0f98e9943 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 24 Sep 2013 20:15:19 +0200 Subject: [PATCH] Cleanup --- httpie/client.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/httpie/client.py b/httpie/client.py index 5c0488f8..ca0c3148 100644 --- a/httpie/client.py +++ b/httpie/client.py @@ -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`."""