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 709c8453ea - Show all commits

View file

@ -5,4 +5,4 @@ twitter = Twython()
public_timeline = twitter.getPublicTimeline()
for tweet in public_timeline:
print tweet["text"]
print tweet["text"]