summaryrefslogtreecommitdiffstats
path: root/textw
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 /textw
parent466244ac808660d4ccc33c818d9b171b65a00ef7 (diff)
downloadanaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.tar.gz
anaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.tar.xz
anaconda-4f7ad077b523a0dbb1ace6339720f875dec6574f.zip
Use the right import path for checkbootloader (#490049).
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index f863efbb1..ab45075f8 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -23,7 +23,7 @@ from snack import *
from constants_text import *
from flags import flags
import string
-import checkbootloader
+from booty import checkbootloader
from constants import *
import gettext