Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version.

This commit is contained in:
Toshio Kuratomi 2015-10-15 17:55:23 -07:00
commit baa309309d
54 changed files with 1017 additions and 84 deletions

View file

@ -20,8 +20,8 @@ __metaclass__ = type
import ast
import sys
from six import string_types
from six.moves import builtins
from ansible.compat.six import string_types
from ansible.compat.six.moves import builtins
from ansible import constants as C
from ansible.plugins import filter_loader, test_loader