--- rescue.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rescue.py b/rescue.py index 73e4258..a0f1f9c 100644 --- a/rescue.py +++ b/rescue.py @@ -42,7 +42,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x) import logging log = logging.getLogger("anaconda") -class RescueInterface: +class RescueInterface(InstallInterfaceBase): def waitWindow(self, title, text): return WaitWindow(self.screen, title, text) @@ -118,6 +118,7 @@ class RescueInterface: pass def __init__(self, screen): + InstallInterfaceBase.__init__(self) self.screen = screen # XXX grub-install is stupid and uses df output to figure out -- 1.7.0 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list