summaryrefslogtreecommitdiffstats
path: root/booty/ppc.py
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-06-07 16:09:14 +0200
committerAles Kozumplik <akozumpl@redhat.com>2010-06-23 11:23:12 +0200
commit3b5e5af0455df5b94728d7f19e02fe8fb5a1db1c (patch)
treeb1a3050b9c5de0297de092e57734bbf4bf35ffec /booty/ppc.py
parent7bca5ebeb404f7ad14488a75f81954cfaeeae9a2 (diff)
downloadanaconda-3b5e5af0455df5b94728d7f19e02fe8fb5a1db1c.tar.gz
anaconda-3b5e5af0455df5b94728d7f19e02fe8fb5a1db1c.tar.xz
anaconda-3b5e5af0455df5b94728d7f19e02fe8fb5a1db1c.zip
modules: necessary changes to the import statements under booty/
Diffstat (limited to 'booty/ppc.py')
-rw-r--r--booty/ppc.py4
1 files changed, 2 insertions, 2 deletions
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()