Good one. On Tue, 2009-03-10 at 13:44 -0700, Jesse Keating wrote: > --- > booty/__init__.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/booty/__init__.py b/booty/__init__.py > index 328128f..fc34a56 100644 > --- a/booty/__init__.py > +++ b/booty/__init__.py > @@ -46,7 +46,7 @@ def getBootloader(storage): > import x86 > return x86.x86BootloaderInfo(storage) > elif rhpl.getArch() == "ppc": > - import pcc > + import ppc > return ppc.ppcBootloaderInfo(storage) > elif rhpl.getArch() == "sparc": > import sparc _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list