twython/twython
Randall Degges d5b2c98fb8 PEP-8'ing imports. Also removing useless docstring.
Only the *first* docstring defined in a source file will be associated with
that module's __doc__ string. So I'm removing the second one that was there as
it is unnecessary.
2010-08-18 14:36:00 +08:00
..
__init__.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
core.py PEP-8'ing imports. Also removing useless docstring. 2010-08-18 14:36:00 +08:00
oauth.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
streaming.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
twyauth.py import oauth as oauth to avoid namespacing conflicts in builds; setup.py now properly includes all necessary modules, fixes build problems people reported 2009-12-17 03:27:23 -05:00