Should fix hashable user on 3.3, for #82

This commit is contained in:
hugovk 2014-03-02 14:12:47 +02:00
parent 14293aacca
commit 6fa52100c3

View file

@ -2855,6 +2855,7 @@ class User(_BaseObject):
"""A Last.fm user."""
name = None
__hash__ = _BaseObject.__hash__
def __init__(self, user_name, network):
_BaseObject.__init__(self, network)