Merge pull request #52 from decause/master

PEP8 Edits: Mostly cosmetic tweaks. Removed tabs, breaking lines longer than 80 chars, etc...
This commit is contained in:
Ryan McGrath 2011-12-17 16:35:00 -08:00
commit fa1b581c0f
4 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,8 @@
from twython import Twython from twython import Twython
""" """
Note: for any method that'll require you to be authenticated (updating things, etc) Note: for any method that'll require you to be authenticated (updating
things, etc)
you'll need to go through the OAuth authentication ritual. See the example you'll need to go through the OAuth authentication ritual. See the example
Django application that's included with this package for more information. Django application that's included with this package for more information.
""" """