IanLewis / disqus-python-client (http://code.google.com/p/disqus-python-client/)
A Disqus (http://www.disqus.com/) API client written in python.
Clone this repository (size: 34.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/IanLewis/disqus-python-client/
| commit 21: | 75cda6a2f17d |
| parent 20: | 4fcb3cdb8cf1 |
Avoid datetime type check
The check is wrong because type(datetime) is
<type 'type'>. Best to avoid the type check all
together and let a traceback occur if the wrong
flavour of object is passed in instead of masking
the error.
Menno Smits /
mjs0
5 months ago
5 months ago
| filename | size | last modified | ||
|---|---|---|---|---|
| disqus | ||||
| .hgignore | 160 B | 8 months ago | Added setup tools support | |
| README | 130 B | 8 months ago | Added readme | |
| ez_setup.py | 9.2 KB | 8 months ago | Added setup tools support | |
| setup.cfg | 27 B | 8 months ago | Added setup tools support | |
| setup.py | 970 B | 5 months ago | Updated setup.py for PyPi |
