From 336a7d79d6e110d64b52bc34658359271ec04c3b Mon Sep 17 00:00:00 2001 From: BigxMac Date: Tue, 9 Dec 2014 21:00:16 -0500 Subject: [PATCH] Commented Out Body of debug --- tweepy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 95d59ef..a1384cd 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -22,6 +22,6 @@ api = API() def debug(enable=True, level=1): - import http.client - http.client.HTTPConnection.debuglevel = level + # import http.client + # http.client.HTTPConnection.debuglevel = level -- 2.25.1