Skip to content
Snippets Groups Projects
Commit 96dd3eb2 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix lattice inequality checking

parent 566ed10f
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@ class SiteFamily(object):
except AttributeError:
return False
def __neq__(self, other):
def __ne__(self, other):
try:
return self.canonical_repr != other.canonical_repr
except AttributeError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment