ansible/v2
Rory Finnegan 43ab4c12dd Fixed NoneType import error which worked in python2, but not 3.
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.
2015-04-16 16:01:21 -04:00
..
ansible Fixed NoneType import error which worked in python2, but not 3. 2015-04-16 16:01:21 -04:00
bin now in v2 everything passes a single passwords hash 2015-04-08 03:17:32 -04:00
hacking Port sivel's fix for egg_info (#10563) to v2 2015-03-30 19:15:41 -07:00
samples Filter tasks based on tags during iterator setup in v2 2015-04-15 01:17:02 -05:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Updated the vault/__init__.py and test_vault.py files to support 2/3. 2015-04-16 16:01:21 -04:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00
setup.py Add setup.py for v2 to allow for pip editable installs. 2015-04-13 13:34:48 -04:00
test-requirements.txt Make some of the optional requirements optional for testing -- we'll skip the tests instead 2015-04-15 15:35:21 -07:00