Added tweepy.debug() method that allows enabling debug info printing.
authorJoshua Roesslein <jroesslein@gmail.com>
Tue, 8 Dec 2009 06:11:15 +0000 (00:11 -0600)
committerJoshua Roesslein <jroesslein@gmail.com>
Tue, 8 Dec 2009 06:11:15 +0000 (00:11 -0600)
commit8440d31cc90c10adc5404d485c35b080c2ec711e
treedfdf6d2d8953237881b49072eba0ee49138418d9
parentd8d68462901142e426c76266ac693e1a8d687f7c
Added tweepy.debug() method that allows enabling debug info printing.

Currently this just sets httplib.HTTPConnection.debuglevel=1.
tweepy/__init__.py