opencafe/cafe/engine
Nathan Buckner 67353ed226 Simplifies __ne__ in BaseModel
This change uses 'not __eq__' to implement __ne__ preventing
execeptions from being raised when obj passed in does not have
__dict__. Example are instances of tuple, string, int, float,
bool...

Change-Id: Idf82eeeb865a121d5c81c5654e7c21e71e555238
2016-04-13 15:23:24 -05:00
..
clients Basic Ping Client Rework 2016-02-23 15:35:20 -06:00
models Simplifies __ne__ in BaseModel 2016-04-13 15:23:24 -05:00
__init__.py Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00
behaviors.py Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00
config.py Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00
provider.py Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00