43ab4c12dd
In mod_args we were checking `isinstance(thing, NoneType)` when thing is None works the same since NoneType can't be subclassed in python 2 or 3 and it removes the need for the NoneType import. |
||
---|---|---|
.. | ||
ansible | ||
bin | ||
hacking | ||
samples | ||
scripts | ||
test | ||
README-tests.md | ||
setup.py | ||
test-requirements.txt |