mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
a8dd070992
`pipes` module is deprecated as of Python 3.11.
https://docs.python.org/3/library/pipes.html#module-pipes:
> Deprecated since version 3.11, will be removed in version 3.13: The
pipes module is deprecated (see PEP 594 for details).
IPA code used only `quote` function from `pipes` that in turn is
the alias for `shlex.quote` since Python 3.3:
|
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
create_bridge.py | ||
create_caless_pki.py | ||
create_keycloak.py | ||
env_config.py | ||
expect.py | ||
fips.py | ||
firewall.py | ||
host.py | ||
resolver.py | ||
tasks.py | ||
transport.py |