From: "Brian C. Lane" <bcl@xxxxxxxxxx> --- anaconda | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/anaconda b/anaconda index 207cfa2..27faeb6 100755 --- a/anaconda +++ b/anaconda @@ -62,7 +62,7 @@ def exitHandler(anaconda, exitCode=None): if anaconda.ksdata and not flags.imageInstall: from pykickstart.constants import KS_SHUTDOWN, KS_WAIT, KS_REBOOT - from iutil import dracut_eject + from pyanaconda.iutil import dracut_eject if anaconda.ksdata.reboot.eject: for drive in anaconda.storage.devicetree.devices: -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list