twython/twython
Edward Hades 5a155d4b7c Fix AttributeError in OAuth version detection.
Old versions of OAuth didn't have _version attribute, so Twython crashes
on them with AttributeError.

This version first checks if there is _version attribute. If no,
obviously it's an old version.
2011-09-08 14:39:39 +08:00
..
__init__.py Twython 1.3, OAuth support is now finally included and working. Ships with an example Django application to get people started with OAuth, entire library is refactored to not be a royal clusterfsck. Enjoy. 2010-10-16 23:37:47 -04:00
streaming.py minor changes to ensure streaming.py doesn't throw an IndentationError 2011-05-11 14:25:07 -04:00
twitter_endpoints.py Added a few missing endpoints, fixed a few wrong endpoints 2011-02-24 10:53:24 +08:00
twython.py Fix AttributeError in OAuth version detection. 2011-09-08 14:39:39 +08:00