|
|
|
@ -33,14 +33,6 @@ import operator
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
import types
|
|
|
|
import types
|
|
|
|
|
|
|
|
|
|
|
|
from ansible.module_utils.common import warnings as _warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_warnings.deprecate(
|
|
|
|
|
|
|
|
msg="The `ansible.module_utils.six` module is deprecated.",
|
|
|
|
|
|
|
|
help_text="Use the Python standard library equivalent instead.",
|
|
|
|
|
|
|
|
version="2.24",
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The following makes it easier for us to script updates of the bundled code. It is not part of
|
|
|
|
# The following makes it easier for us to script updates of the bundled code. It is not part of
|
|
|
|
# upstream six
|
|
|
|
# upstream six
|
|
|
|
_BUNDLED_METADATA = {"pypi_name": "six", "version": "1.17.0"}
|
|
|
|
_BUNDLED_METADATA = {"pypi_name": "six", "version": "1.17.0"}
|
|
|
|
|