mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Python 3.8 collections compatibility fixes.
Includes a new pylint blacklist plugin to prevent regressions.
This commit is contained in:
parent
c4d1f0d416
commit
a11f631ee4
56 changed files with 317 additions and 104 deletions
|
@ -23,7 +23,6 @@ import ast
|
|||
import random
|
||||
import uuid
|
||||
|
||||
from collections import MutableMapping
|
||||
from json import dumps
|
||||
|
||||
|
||||
|
@ -31,6 +30,7 @@ from ansible import constants as C
|
|||
from ansible.errors import AnsibleError, AnsibleOptionsError
|
||||
from ansible.module_utils.six import iteritems, string_types
|
||||
from ansible.module_utils._text import to_native, to_text
|
||||
from ansible.module_utils.common._collections_compat import MutableMapping
|
||||
from ansible.parsing.splitter import parse_kv
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue