Multiple Fixes #267

Merged
michaelhelmick merged 11 commits from requests2 into master 2013-09-25 10:52:52 -07:00
Showing only changes of commit a639977873 - Show all commits

View file

@ -29,6 +29,7 @@ class TwythonAPITestCase(unittest.TestCase):
oauth_token, oauth_token_secret, oauth_token, oauth_token_secret,
client_args=client_args) client_args=client_args)
print 'access token is', access_token
self.oauth2_api = Twython(app_key, access_token=access_token, self.oauth2_api = Twython(app_key, access_token=access_token,
client_args=oauth2_client_args) client_args=oauth2_client_args)