summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index 0b5653063..bdbc93498 100644
--- a/instdata.py
+++ b/instdata.py
@@ -78,6 +78,10 @@ class InstallData:
def setInstallProgressClass(self, c):
self.instProgress = c
+ # expects a Keyboard object
+ def setKeyboard(self, keyboard):
+ self.keyboard = keyboard
+
# expects a Mouse object
def setMouse(self, mouse):
self.mouse = mouse