Advertisement
Guest User

Untitled

a guest
May 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. from twython import twython
  2.  
  3. try:
  4.   twython.setup(username='test', password='test')
  5. except twython.TwythonError, error:
  6.   raise forms.ValidationError(error)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement