mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests/test_ipaserver/test_install/test_installer.py: Drop tempfile import
This is not needed anymore due to the removal of the DL0 test See: https://pagure.io/freeipa/issue/7669 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
2a788f1a60
commit
3b8c38ec8b
@ -8,7 +8,6 @@ import six
|
|||||||
from abc import ABCMeta, abstractproperty
|
from abc import ABCMeta, abstractproperty
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
import itertools
|
import itertools
|
||||||
import tempfile
|
|
||||||
|
|
||||||
from ipatests.util import assert_equal
|
from ipatests.util import assert_equal
|
||||||
from ipaserver.install.ipa_replica_install import ReplicaInstall
|
from ipaserver.install.ipa_replica_install import ReplicaInstall
|
||||||
|
Loading…
Reference in New Issue
Block a user