diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-12 20:05:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-12 20:05:46 +0000 |
commit | f9b0aace80f9b2068e7f7882c3071c5069ae2b53 (patch) | |
tree | 81c96f35a6897e784dd04fdfc641120144ba7c08 /kbd.py | |
parent | 4c8bdafebc9299559041cec222f33512dfb3577e (diff) | |
download | anaconda-f9b0aace80f9b2068e7f7882c3071c5069ae2b53.tar.gz anaconda-f9b0aace80f9b2068e7f7882c3071c5069ae2b53.tar.xz anaconda-f9b0aace80f9b2068e7f7882c3071c5069ae2b53.zip |
rework exception handling in GUI so we can catch during the todo.doinstall, use pc104 as default kbd
Diffstat (limited to 'kbd.py')
-rw-r--r-- | kbd.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ class Keyboard (SimpleConfigFile): ("ru2" , ('pc102', 'ru')), ("ru_win" , ('pc105', 'ru')), ("se-latin1" , ('pc102', 'se')), - ("uk" , ('pc101', 'gb')), - ("us" , ('pc101', 'us')), + ("uk" , ('pc104', 'gb')), + ("us" , ('pc104', 'us')), ] console2xsun = { |