summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-04 12:24:08 -0500
committerChris Lumens <clumens@redhat.com>2009-03-04 15:37:05 -0500
commit7f94ffba398ac4e6db7020e94cb5383cc03b8e89 (patch)
tree3aa6ae3dcf646be97dae8ad7703040acd947bdba /bootloader.py
parent4745aabcc0e3617aab9d734e7b3b160c1348d1f4 (diff)
downloadanaconda-7f94ffba398ac4e6db7020e94cb5383cc03b8e89.tar.gz
anaconda-7f94ffba398ac4e6db7020e94cb5383cc03b8e89.tar.xz
anaconda-7f94ffba398ac4e6db7020e94cb5383cc03b8e89.zip
Move BootyNoKernelWarning into __init__.py and use it.
Also, this gets rid of the goofy self.noKernelsWarn method which doesn't serve any useful purpose now that booty's part of anaconda.
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index b336dab67..9cc9cd62b 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -193,7 +193,7 @@ def writeBootloader(anaconda):
justConfigFile, anaconda.intf)
if not justConfigFile:
w.pop()
- except bootloaderInfo.BootyNoKernelWarning:
+ except booty.BootyNoKernelWarning:
if not justConfigFile:
w.pop()
if anaconda.intf: