diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-25 19:31:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-25 19:31:54 +0000 |
commit | b256de13e47ff731c99a940750bf440428577814 (patch) | |
tree | 1d85f3773535c2a27e35b7d2aedb82019b31bcc8 /installclass.py | |
parent | cd2f5a889704ab197c5d44ee9bc81d7a78e60ab0 (diff) | |
download | anaconda-b256de13e47ff731c99a940750bf440428577814.tar.gz anaconda-b256de13e47ff731c99a940750bf440428577814.tar.xz anaconda-b256de13e47ff731c99a940750bf440428577814.zip |
more fixes.
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 1 |
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): |