Should fix hashable user on 3.3, for #82
This commit is contained in:
parent
14293aacca
commit
6fa52100c3
|
@ -2855,6 +2855,7 @@ class User(_BaseObject):
|
||||||
"""A Last.fm user."""
|
"""A Last.fm user."""
|
||||||
|
|
||||||
name = None
|
name = None
|
||||||
|
__hash__ = _BaseObject.__hash__
|
||||||
|
|
||||||
def __init__(self, user_name, network):
|
def __init__(self, user_name, network):
|
||||||
_BaseObject.__init__(self, network)
|
_BaseObject.__init__(self, network)
|
||||||
|
|
Loading…
Reference in a new issue