mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
@@ -21,7 +21,7 @@ __metaclass__ = type
|
||||
|
||||
from collections import Iterable
|
||||
|
||||
from six import string_types
|
||||
from ansible.compat.six import string_types
|
||||
|
||||
from ansible.template import Templar
|
||||
from ansible.template.safe_eval import safe_eval
|
||||
|
||||
Reference in New Issue
Block a user