summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-extensions.swig
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
-rw-r--r--lldb/scripts/Python/python-extensions.swig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/python-extensions.swig b/lldb/scripts/Python/python-extensions.swig
index e81d0d9795e..fae7f401bf1 100644
--- a/lldb/scripts/Python/python-extensions.swig
+++ b/lldb/scripts/Python/python-extensions.swig
@@ -1058,7 +1058,7 @@ class value(object):
return self_val == other_val
raise TypeError("Unknown type %s, No equality operation defined." % str(type(other)))
- def __neq__(self, other):
+ def __ne__(self, other):
return not self.__eq__(other)
%}
OpenPOWER on IntegriCloud