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

View file

@ -128,7 +128,7 @@ class MyTwitter():
def on_retweet(self, widget):
self.api.Retweet(widget.id)
self.api.PostRetweet(widget.id)
### end class MyTwitter