Merge pull request #21784 from edx/BOM-608

BOM-608
This commit is contained in:
Ayub
2019-09-30 10:34:58 +05:00
committed by GitHub

View File

@@ -127,6 +127,9 @@ class Status(object):
def __eq__(self, other):
return self._status == str(other)
def __hash__(self):
return hash(str(self))
class Attribute(object):
"""