freeipa/ipaplatform/base
Christian Heimes 198a2c6112 Import ABCs from collections.abc
Python 3 has moved all collection abstract base classes to
collections.abc. Python 3.7 started to deprecate the old aliases.

The whole import block needs to be protected with import-error and
no-name-in-module, because Python 2 doesn't have collections.abc module and
collections.abc.Mapping, while Python 3 doesn't have collections.Mapping.

Fixes: https://pagure.io/freeipa/issue/7609
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2018-07-05 19:45:10 +02:00
..
__init__.py ipaplatform: Create separate module for platform files 2014-06-16 19:48:17 +02:00
constants.py Use 4 WSGI workers on 64bit systems 2018-06-25 13:41:18 +02:00
paths.py Move client templates to separate directory 2018-06-05 16:34:27 -04:00
services.py Import ABCs from collections.abc 2018-07-05 19:45:10 +02:00
tasks.py Installer: configure authselect with-sudo 2018-06-19 08:51:02 +02:00