Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
d12dfc03
Commit
d12dfc03
authored
Dec 09, 2014
by
Aaron1011
Browse files
Merge pull request #522 from BigxMac/master
Fixed httplib import
parents
c751d583
336a7d79
Changes
2
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS
View file @
d12dfc03
...
...
@@ -13,6 +13,7 @@ Ferenc Szalai
Gergely Imreh
Guan Yang
Ivo Wetzel
Jared Stefanowicz
James Rowe
Jenny Loomis
Johannes Faigle
...
...
tweepy/__init__.py
View file @
d12dfc03
...
...
@@ -22,6 +22,6 @@ api = API()
def
debug
(
enable
=
True
,
level
=
1
):
import
http
lib
http
lib
.
HTTPConnection
.
debuglevel
=
level
#
import http
.client
#
http
.client
.HTTPConnection.debuglevel = level
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment