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
..
2016-02-23 15:35:20 -06:00
2016-04-13 15:23:24 -05:00