Should have left the print in

This commit is contained in:
Mike Helmick 2013-09-25 11:24:13 -04:00
parent 636e52a8c5
commit a639977873

View file

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