projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b148f
)
Update HTTPConnection import
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:44:41 +0000
(
01:44
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 07:44:41 +0000
(
01:44
-0600)
tweepy/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/__init__.py
b/tweepy/__init__.py
index 1114b06f24e41a6fe55dbb74154e089fb361d289..c6051a9f5359ee9f08f151cf94b17faecd3c0efe 100644
(file)
--- a/
tweepy/__init__.py
+++ b/
tweepy/__init__.py
@@
-21,5
+21,5
@@
from tweepy.streaming import Stream, StreamListener
api = API()
def debug(enable=True, level=1):
- from
six.moves.http_
client import HTTPConnection
+ from
http.
client import HTTPConnection
HTTPConnection.debuglevel = level