You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/v2
Rory Finnegan f8fe1357b0 Updated the utils/unicode.py file with 2/3 compatibility.
NOTES:
  1. replaced unicode, str, etc with their six counterparts
  2. isinstance(obj, basestring) -> isinstance(obj, (string_types, text_type))
  3. I'm not entirely confident about the behaviour of __str__ and __unicode__ between versions
     so that might require a bit more testing.
10 years ago
..
ansible Updated the utils/unicode.py file with 2/3 compatibility. 10 years ago
bin now in v2 everything passes a single passwords hash 10 years ago
hacking Port sivel's fix for egg_info (#10563) to v2 10 years ago
samples Filter tasks based on tags during iterator setup in v2 10 years ago
scripts Add the python3 compat header 10 years ago
test Updated the test_data_loader to use six.builtins vs __builtins__ 10 years ago
README-tests.md Add a README for the v2 unittests 10 years ago
setup.py Add setup.py for v2 to allow for pip editable installs. 10 years ago
test-requirements.txt Make some of the optional requirements optional for testing -- we'll skip the tests instead 10 years ago