From d9fa3b96ecab96b92ef0258ce71fc8982a310233 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 17 Mar 2012 15:32:50 -0700 Subject: working ep.io deployment --- requests/packages/fuck.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 requests/packages/fuck.py (limited to 'requests/packages/fuck.py') diff --git a/requests/packages/fuck.py b/requests/packages/fuck.py deleted file mode 100644 index 2e1b17e..0000000 --- a/requests/packages/fuck.py +++ /dev/null @@ -1,11 +0,0 @@ -from urllib3.connectionpool import connection_from_url - -url = 'https://twitter.com' - -http_pool = connection_from_url(url, strict=False) -print http_pool.__dict__ - - -r = http_pool.urlopen('GET', url) -# print r.data -# print r.data -- cgit v1.3.1