summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-06-25 13:41:12 -0400
committerChris Lumens <clumens@redhat.com>2012-06-25 13:41:12 -0400
commit733830486b139924164b807b722d7464c38ed88b (patch)
treefc233b070f4bf2288b7607e7abadb963a7a32d29 /pyanaconda/bootloader.py
parent01693f2020d7d9e797c1e2a8290de72742f2bf14 (diff)
downloadanaconda-733830486b139924164b807b722d7464c38ed88b.tar.gz
anaconda-733830486b139924164b807b722d7464c38ed88b.tar.xz
anaconda-733830486b139924164b807b722d7464c38ed88b.zip
Can't import * inside a function.
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 b86b57a1b..2edcf4d64 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 *
+ from pyanaconda.errors import BootLoaderError
stage1_device = storage.bootloader.stage1_device
log.info("bootloader stage1 target device is %s" % stage1_device.name)