diff options
Diffstat (limited to 'version.py')
| -rw-r--r-- | version.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -48,12 +48,6 @@ class Version: return c return c == 0 - def __ne__(self, other): - c = self._cmp(other) - if c is NotImplemented: - return c - return c != 0 - def __lt__(self, other): c = self._cmp(other) if c is NotImplemented: |
