Esempio n. 1
0
 def getScreen(self, anaconda):
     return installKeyboardWindow.getScreen(
         self, anaconda.id.instLanguage.getDefaultKeyboard(),
         anaconda.id.keyboard)
Esempio n. 2
0
 def getNext(self):
     installKeyboardWindow.getNext(self)
Esempio n. 3
0
 def __init__(self, ics):
     InstallWindow.__init__(self, ics)
     installKeyboardWindow.__init__(self, ics)
Esempio n. 4
0
 def getScreen(self, anaconda):
     return installKeyboardWindow.getScreen(self, anaconda.id.instLanguage.getDefaultKeyboard(),
                                            anaconda.id.keyboard)
Esempio n. 5
0
 def getNext(self):
     installKeyboardWindow.getNext(self)
Esempio n. 6
0
 def __init__(self, ics):
     InstallWindow.__init__(self, ics)
     installKeyboardWindow.__init__(self, ics)