summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-25 19:31:54 +0000
committerMatt Wilson <msw@redhat.com>1999-09-25 19:31:54 +0000
commitb256de13e47ff731c99a940750bf440428577814 (patch)
tree1d85f3773535c2a27e35b7d2aedb82019b31bcc8 /installclass.py
parentcd2f5a889704ab197c5d44ee9bc81d7a78e60ab0 (diff)
downloadanaconda-b256de13e47ff731c99a940750bf440428577814.tar.gz
anaconda-b256de13e47ff731c99a940750bf440428577814.tar.xz
anaconda-b256de13e47ff731c99a940750bf440428577814.zip
more fixes.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index b750db555..ecd7672fe 100644
--- a/installclass.py
+++ b/installclass.py
@@ -174,6 +174,7 @@ class InstallClass:
self.language = lang
def setKeyboard(self, kb):
+ print "set", kb
self.keyboard = kb
def setPostScript(self, postScript, inChroot = 1):