def __init__(self):
        RhsmFirstbootModule.__init__(self,
                _("Manual Configuration Required"),
                _("Subscription Registration"),
                200.2, 109.11)

        self.screen = get_screen()
    def __init__(self):
        RhsmFirstbootModule.__init__(self,
                _("Manual Configuration Required"),
                _("Entitlement Registration"),
                200.2, 109.11)

        self.screen = get_screen()
Exemplo n.º 3
0
 def _move_to_manual_install(self, title):
     # TODO Change the message on the screen.
     get_screen().set_title(title)
     self.moveToPage("rhsm_manually_subscribe")
Exemplo n.º 4
0
 def _move_to_manual_install(self, title):
     # TODO Change the message on the screen.
     get_screen().set_title(title)
     self.moveToPage("rhsm_manually_subscribe")