From 3b5e5af0455df5b94728d7f19e02fe8fb5a1db1c Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Mon, 7 Jun 2010 16:09:14 +0200 Subject: modules: necessary changes to the import statements under booty/ --- booty/ppc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'booty/ppc.py') diff --git a/booty/ppc.py b/booty/ppc.py index 347add5f3..c40bca00b 100644 --- a/booty/ppc.py +++ b/booty/ppc.py @@ -3,7 +3,7 @@ import os from booty import BootyNoKernelWarning from bootloaderInfo import * -import iutil +from pyanaconda import iutil class ppcBootloaderInfo(bootloaderInfo): def getBootDevs(self, bl): @@ -138,7 +138,7 @@ class ppcBootloaderInfo(bootloaderInfo): os.chmod(instRoot + cf, 0600) # FIXME: hack to make sure things are written to disk - import isys + from pyanaconda import isys isys.sync() isys.sync() isys.sync() -- cgit