os-apply-config/os_apply_config
gecong1973 a68d6df930 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].There are no implied
relationships among the comparison operators. The truth of x==y
does not imply that x!=y is false. Accordingly, when defining __eq__(),
one should also define __ne__() so that the operators will behave as
expected.
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne__

Change-Id: I3df4396495e3404e2c644c769693f89b7c01537a
2016-10-17 09:18:02 +08:00
..
tests Merge "Log warning when --boolean-key and --key are used" 2015-03-03 08:37:44 +00:00
__init__.py Rename to os-apply-config. 2013-06-14 15:30:14 +12:00
apply_config.py Merge "Log warning when --boolean-key and --key are used" 2015-03-03 08:37:44 +00:00
collect_config.py Ignore top-level merge items which evaluate False 2015-02-27 09:45:39 +13:00
config_exception.py Rename to os-apply-config. 2013-06-14 15:30:14 +12:00
oac_file.py Add __ne__ built-in function 2016-10-17 09:18:02 +08:00
renderers.py Rename to os-apply-config. 2013-06-14 15:30:14 +12:00
value_types.py Support for Python 3 2014-08-21 17:05:53 +10:00
version.py Add --version argument 2013-09-17 18:09:47 -07:00