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

[PATCH 6/9] Fix some booty import errors.



From: Chris Lumens <clumens redhat com>

Signed-off-by: David Cantrell <dcantrell redhat com>
---
 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


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