summaryrefslogtreecommitdiffstats
path: root/textw/keyboard_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 10:32:30 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 14:07:30 -0500
commit0ac1dd8055c7d146eb69efe4da3dcfd6ea844180 (patch)
tree788f8b4d92a6211c442c816eda1dda4a6e58d42e /textw/keyboard_text.py
parente146251c0bd1b9325401eb15b9b157d886a8ff4a (diff)
downloadanaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.gz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.tar.xz
anaconda-0ac1dd8055c7d146eb69efe4da3dcfd6ea844180.zip
Move instLanguage to the Anaconda object.
Diffstat (limited to 'textw/keyboard_text.py')
-rw-r--r--textw/keyboard_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index d136446df..3dbc2d6e9 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -39,7 +39,7 @@ class KeyboardWindow:
if anaconda.id.keyboard.beenset:
default = anaconda.id.keyboard.get ()
else:
- default = anaconda.id.instLanguage.getDefaultKeyboard(anaconda.rootPath)
+ default = anaconda.instLanguage.getDefaultKeyboard(anaconda.rootPath)
if default not in keyboards:
default = 'us'