Closed MatthiasCoppens closed 4 years ago
dict.has_key is removed in Python 3.X, use in instead.
dict.has_key
in
dict.has_key
is removed in Python 3.X, usein
instead.