PEP8 Edits: Mostly cosmetic tweaks. Removed tabs, breaking lines longer than 80 chars, etc... #52

Merged
decause merged 4 commits from master into master 2011-12-17 16:35:00 -08:00
Showing only changes of commit fb8cefd823 - Show all commits

View file

@ -1,9 +1,9 @@
from twython import Twython from twython import Twython
""" """
You'll need to go through the OAuth ritual to be able to successfully You'll need to go through the OAuth ritual to be able to successfully
use this function. See the example oauth django application included in use this function. See the example oauth django application included in
this package for more information. this package for more information.
""" """
twitter = Twython() twitter = Twython()
twitter.updateProfileImage("myImage.png") twitter.updateProfileImage("myImage.png")