Add unicode type detection for consumer key/secret
authorDerek Arnold <github@vyr.us>
Sat, 31 Aug 2013 23:05:23 +0000 (18:05 -0500)
committerDerek Arnold <github@vyr.us>
Sat, 31 Aug 2013 23:27:27 +0000 (18:27 -0500)
commit5a22bf73ccf7fae3d2b10314ce7f8eef067fee7a
treec96dfe0fdd0939114101ce8a32ec8f6bace83aea
parent517a0f2502f61981a2c747a5fa8387adcceaa262
Add unicode type detection for consumer key/secret

The hmac module won't accept unicode objects so cast them before using
them if they're present.
tweepy/auth.py