python-heatclient/heatclient/openstack/common/apiclient
yuyafei 4c2a88b959 base.Resource not define __ne__() built-in function
Class base.Resource defines __eq__() built-in function, but does
not define __ne__() built-in function, so self.assertEqual works
but self.assertNotEqual does not work at all in this test case in
python2. This patch fixes it by defining __eq__() built-in function
of class base.Resource.

Change-Id: I13ed9ddd6ae6ef074232b33695916bc83930dcf0
Closes-Bug: #1586268
2016-07-04 07:11:33 +00:00
..
__init__.py Sync oslo incubator 2014-04-03 12:40:35 +02:00
auth.py Sync with oslo_incubator 2015-03-25 10:25:03 +08:00
base.py base.Resource not define __ne__() built-in function 2016-07-04 07:11:33 +00:00
client.py Sync with oslo_incubator 2015-03-25 10:25:03 +08:00
exceptions.py cleanup openstack-common.conf and sync updated files 2015-06-10 08:48:28 -04:00
fake_client.py Sync with oslo_incubator 2015-03-25 10:25:03 +08:00
utils.py Sync with oslo_incubator 2015-03-25 10:25:03 +08:00