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:
Thomas Woerner 2018-08-08 08:44:32 +02:00 committed by Christian Heimes
parent 2a788f1a60
commit 3b8c38ec8b

View File

@ -8,7 +8,6 @@ import six
from abc import ABCMeta, abstractproperty
from collections import namedtuple
import itertools
import tempfile
from ipatests.util import assert_equal
from ipaserver.install.ipa_replica_install import ReplicaInstall