summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-06-26 15:42:14 -0400
committerChris Lumens <clumens@redhat.com>2012-06-26 16:24:57 -0400
commit337bfabeacc0710bf5f31b90b4c312facf1964c9 (patch)
treefd709bb217193e4ac26fc8d91ab6701756e6a5bf /pyanaconda/bootloader.py
parent4e7d6d45c2c8987dc985cb450983b0e557409f30 (diff)
downloadanaconda-337bfabeacc0710bf5f31b90b4c312facf1964c9.tar.gz
anaconda-337bfabeacc0710bf5f31b90b4c312facf1964c9.tar.xz
anaconda-337bfabeacc0710bf5f31b90b4c312facf1964c9.zip
Fix the bootloader import of error handling stuff one more time.
Diffstat (limited to 'pyanaconda/bootloader.py')
-rw-r--r--pyanaconda/bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index 2edcf4d64..448d65c90 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -2147,7 +2147,7 @@ def writeBootLoader(storage, payload):
image. We only have to add images for the non-default kernels and
adjust the default to reflect whatever the default variant is.
"""
- from pyanaconda.errors import BootLoaderError
+ from pyanaconda.errors import errorHandler, ERROR_RAISE
stage1_device = storage.bootloader.stage1_device
log.info("bootloader stage1 target device is %s" % stage1_device.name)