# HG changeset patch # User Doug Simon # Date 1390909088 -3600 # Node ID fc5e2c808a238406dbd7a918495c3f03c1b37b59 # Parent 0be9a42f28e790b62cd63be2d433f26a406d234e fixed pylint warnings diff -r 0be9a42f28e7 -r fc5e2c808a23 mxtool/mx.py --- a/mxtool/mx.py Tue Jan 28 12:31:31 2014 +0100 +++ b/mxtool/mx.py Tue Jan 28 12:38:08 2014 +0100 @@ -1564,7 +1564,7 @@ other = JavaCompliance(other) return cmp(self.value, other.value) - + def __hash__(self): return self.value.__hash__()