mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
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:
parent
28c933ce5e
commit
baa309309d
54 changed files with 1017 additions and 84 deletions
|
@ -21,11 +21,10 @@ __metaclass__ = type
|
|||
|
||||
import os
|
||||
import pwd
|
||||
import sys
|
||||
from string import ascii_letters, digits
|
||||
|
||||
from six import string_types
|
||||
from six.moves import configparser
|
||||
from ansible.compat.six import string_types
|
||||
from ansible.compat.six.moves import configparser
|
||||
|
||||
from ansible.parsing.splitter import unquote
|
||||
from ansible.errors import AnsibleOptionsError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue