Update twython.py

version updated to 2.7.2 (json decode error fixed)
This commit is contained in:
Virendra Rajput 2013-04-09 00:44:58 +05:30
parent 4a181d3ac1
commit d5af59b5df

View file

@ -7,7 +7,7 @@
""" """
__author__ = "Ryan McGrath <ryan@venodesigns.net>" __author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "2.7.1" __version__ = "2.7.2"
import urllib import urllib
import re import re