Changed retweet API to use the patch from http://code.google.com/p/python-twitter/issues/detail?id=130 for consistency.

This commit is contained in:
Anna
2010-04-10 10:46:51 -04:00
parent 63160e12d0
commit 74b42441dc
4 changed files with 36 additions and 46 deletions

2
README
View File

@ -18,7 +18,7 @@ hg clone https://python-twitter.googlecode.com/hg/ python-twitter
cd python-twitter
hg update dev
patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch
patch -p1 < ../mytwitter/python-twitter-Retweet.patch
patch -p1 < ../mytwitter/python-twitter-retweet-3.patch
python setup.py build
python setup.py install --user