From 842e80e5f76d7ebc777672d07bbcc2ef89b2c996 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Tue, 9 Dec 2014 21:05:20 -0500 Subject: [PATCH] Fixup --- tweepy/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index a1384cd..a1b2d33 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -21,7 +21,6 @@ from tweepy.cursor import Cursor api = API() def debug(enable=True, level=1): - + pass # import http.client # http.client.HTTPConnection.debuglevel = level - -- 2.25.1