summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-13 13:13:30 -0400
committerChris Lumens <clumens@redhat.com>2009-03-13 14:26:57 -0400
commit4f7ad077b523a0dbb1ace6339720f875dec6574f (patch)
tree54d465e61bdbc991b5c8e254ded594fcb721a61c /iw
parent466244ac808660d4ccc33c818d9b171b65a00ef7 (diff)
downloadanaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.tar.gz
anaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.tar.xz
anaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.zip
Use the right import path for checkbootloader (#490049).
Diffstat (limited to 'iw')
-rw-r--r--iw/upgrade_bootloader_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/upgrade_bootloader_gui.py b/iw/upgrade_bootloader_gui.py
index 57cfc63b3..08f2403df 100644
--- a/iw/upgrade_bootloader_gui.py
+++ b/iw/upgrade_bootloader_gui.py
@@ -23,7 +23,7 @@
from iw_gui import *
import gtk
-import checkbootloader
+from booty import checkbootloader
from constants import *
import gettext