diff options
author | Jan Cholasta <jcholast@redhat.com> | 2016-11-23 15:04:40 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-11-29 14:50:51 +0100 |
commit | 26c46a447f82b4cf37a5076b72cf6328857d5f35 (patch) | |
tree | a0ee44b13530ed34f190e65f7e0726d88a71f304 /ipaserver/install/dns.py | |
parent | a1f260d021bf5d018e634438fde6b7c81ebbbcef (diff) | |
download | freeipa-26c46a447f82b4cf37a5076b72cf6328857d5f35.tar.gz freeipa-26c46a447f82b4cf37a5076b72cf6328857d5f35.tar.xz freeipa-26c46a447f82b4cf37a5076b72cf6328857d5f35.zip |
ipapython: move certmonger and sysrestore to ipalib.install
The certmonger and sysrestore modules depend on ipaplatform.
Move them to ipalib.install as they are used only from installers.
https://fedorahosted.org/freeipa/ticket/6474
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver/install/dns.py')
-rw-r--r-- | ipaserver/install/dns.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipaserver/install/dns.py b/ipaserver/install/dns.py index 842973f2d..ceabda980 100644 --- a/ipaserver/install/dns.py +++ b/ipaserver/install/dns.py @@ -22,13 +22,12 @@ from subprocess import CalledProcessError from ipalib import api from ipalib import errors from ipalib import util -from ipalib.install import hostname +from ipalib.install import hostname, sysrestore from ipalib.install.service import enroll_only, prepare_only from ipaplatform.paths import paths from ipaplatform.constants import constants from ipaplatform import services from ipapython import ipautil -from ipapython import sysrestore from ipapython import dnsutil from ipapython.dn import DN from ipapython.dnsutil import check_zone_overlap |