* Removed redundant Track.shout(...). (Closes Issue #54)

This commit is contained in:
Amr Hassan 2011-01-06 15:18:51 +00:00
parent c57a912305
commit 6b3185bf7b
2 changed files with 1 additions and 11 deletions

2
.build
View file

@ -1 +1 @@
4 5

View file

@ -2494,16 +2494,6 @@ class Track(_BaseObject, _Taggable):
) )
) )
return shouts return shouts
def shout(self, message):
"""
Post a shout
"""
params = self._get_params()
params["message"] = message
self._request("track.Shout", False, params)
class Group(_BaseObject): class Group(_BaseObject):
"""A Last.fm group.""" """A Last.fm group."""