Loading django/test/html.py +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ class Element(object): return False return True __hash__ = object.__hash__ def __ne__(self, element): return not self.__eq__(element) Loading Loading
django/test/html.py +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ class Element(object): return False return True __hash__ = object.__hash__ def __ne__(self, element): return not self.__eq__(element) Loading