Fix for newer version of httplib
authorPeter Reuterås <peter@reuteras.com>
Sun, 9 Oct 2011 10:35:01 +0000 (12:35 +0200)
committerPeter Reuterås <peter@reuteras.com>
Sun, 9 Oct 2011 10:35:01 +0000 (12:35 +0200)
commit7b311d64791a55363d21bbe0a44a49a4a7c61293
tree88a5db6dee827ddff53952ee256fc17c258e3c77
parentff291299db4fa6e2890694c475ed9dad090e4942
Fix for newer version of httplib

httplib in python 2.7 requires that the lenght parameter is a string
and not an int.
tweepy/api.py