summaryrefslogtreecommitdiffstats
path: root/booty/ppc.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-05 08:56:02 -0600
committerDavid Lehman <dlehman@redhat.com>2009-03-05 08:56:42 -0600
commitbb6b3a050d0a007cea27bdd716280c19bb104071 (patch)
tree966ebfd209456cf1d288ecf14286bb30881d6697 /booty/ppc.py
parent100611e0201cc19668ca8f642dd5bc437d2749ba (diff)
downloadanaconda-bb6b3a050d0a007cea27bdd716280c19bb104071.tar.gz
anaconda-bb6b3a050d0a007cea27bdd716280c19bb104071.tar.xz
anaconda-bb6b3a050d0a007cea27bdd716280c19bb104071.zip
Stop with the fsset usage.
Diffstat (limited to 'booty/ppc.py')
-rw-r--r--booty/ppc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/ppc.py b/booty/ppc.py
index d653052ce..a68c5938d 100644
--- a/booty/ppc.py
+++ b/booty/ppc.py
@@ -2,8 +2,8 @@ import string
import os
from booty import BootyNoKernelWarning
+from util import getDiskPart
from bootloaderInfo import *
-import fsset
import iutil
import rhpl