Fix tweepy.API.update_with_madia
authorKatsunori SUZUI <kt@7kry.net>
Fri, 13 Jun 2014 09:29:45 +0000 (18:29 +0900)
committerKatsunori SUZUI <kt@7kry.net>
Fri, 13 Jun 2014 09:29:45 +0000 (18:29 +0900)
commitcaf15a92a035dc1ddce4e066662209e2a4d25984
treebcbc67556819e3098d9729c650fa1888b6cfc1d5
parentd7ac5d850dfa093fd3a031b966d9de25731eb3bb
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