Files
rally-openstack/tests/unit
yuyafei cf0dc61303 Add __ne__ built-in function
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result, but in Python 2 they urge you to define __ne__ when you
define __eq__ for it to work properly [1].
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne__

Change-Id: Ibc8ca97679c1e036290d8e745eae2dbbca4913ad
2016-07-04 16:53:27 +08:00
..
2014-10-07 13:50:40 +00:00
2016-07-04 16:53:27 +08:00
2016-06-13 14:36:48 +03:00