This matters now that we're a proper module. --- installclass.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/installclass.py b/installclass.py index 26ce5ca..146b118 100644 --- a/installclass.py +++ b/installclass.py @@ -330,5 +330,4 @@ baseclass = getBaseInstallClass() # we need to be able to differentiate between this and custom class DefaultInstall(baseclass): def __init__(self): - BaseInstallClass.__init__(self) - + baseclass.__init__(self) -- 1.6.5.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list