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>
This commit is contained in:
Jan Cholasta
2016-11-23 15:04:40 +01:00
committed by Martin Basti
parent a1f260d021
commit 26c46a447f
21 changed files with 29 additions and 33 deletions

View File

@@ -31,6 +31,7 @@ import fnmatch
import ldap
from ipalib.install import certmonger
from ipapython.ipa_log_manager import root_logger
from ipapython import ipautil, ipaldap
from ipapython import dogtag
@@ -48,7 +49,6 @@ from ipalib import constants
from ipaplatform.constants import constants as platformconstants
from ipaplatform.tasks import tasks
from ipalib.constants import CACERT
from ipapython import certmonger
from ipapython.dn import DN
from ipapython.admintool import ScriptError
from ipaplatform import services