[PATCH 03/14] Fix some booty import errors.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Chris Lumens <clumens@xxxxxxxxxx>

Signed-off-by: David Cantrell <dcantrell@xxxxxxxxxx>
---
 bootloader.py      |    2 +-
 iw/timezone_gui.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootloader.py b/bootloader.py
index a5e4a94..fe8c912 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -36,7 +36,7 @@ import logging
 log = logging.getLogger("anaconda")
 
 import booty
-import bootloaderInfo
+from booty import bootloaderInfo
 
 def bootloaderSetupChoices(anaconda):
     if anaconda.dir == DISPATCH_BACK:
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 2b62909..27657a9 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -29,7 +29,7 @@ import sys
 
 from timezone_map_gui import TimezoneMap, Enum
 from iw_gui import *
-from bootloaderInfo import dosFilesystems
+from booty.bootloaderInfo import dosFilesystems
 from bootloader import hasWindows
 
 from constants import *
-- 
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux