Skip to content
Snippets Groups Projects
Commit fcea9c2b authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipaclient.py: Compatibility to ipa 4.4 and later

parent d1a36f43
No related branches found
No related tags found
No related merge requests found
......@@ -138,10 +138,11 @@ tbd
import os
from six.moves.configparser import RawConfigParser
from ansible.module_utils.basic import AnsibleModule
try:
from ipalib.install.sysrestore import SYSRESTORE_STATEFILE
except ImportError:
from ipapython.sysrestore import SYSRESTORE_STATEFILE
from ipaplatform.paths import paths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment