Fix tweepy.API.update_with_madia
authorKatsunori SUZUI <kt@7kry.net>
Fri, 13 Jun 2014 09:29:45 +0000 (18:29 +0900)
committerAaron Hill <aa1ronham@gmail.com>
Tue, 1 Jul 2014 11:55:25 +0000 (07:55 -0400)
commitacca9d669aeca251a285225603dae1454488ab57
tree53aa58cc6ace54ef6086fdaaf5dc75de019903e5
parent4299f9a864bebad2934c382746633bba3dca847f
Fix tweepy.API.update_with_madia

`filename` have to be percent-encoded whichever it is an instance of
`unicode` or an instance of `str`.
tweepy/api.py