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