Ken Mitton
Ken Mitton
I'd expect Search to take Unicode objects in Python 2.7: ``` # -*- coding: utf-8 -*- from yelp.client import Client from yelp.oauth1_authenticator import Oauth1Authenticator auth = Oauth1Authenticator(...) client = Client(auth)...
mittonk probably won't get to this in #55 , but we should do it as a follow-up to prevent any regressions on #51 .