summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
committerMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
commitee430f842a9a265fd88a815ee7c6216912b4c84d (patch)
tree099fb10ab74641ffe91213bb147fe45080904d71 /xf86config.py
parent365ef656b8da771bde7eea733236651db0e5c387 (diff)
downloadanaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.gz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.xz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.zip
fix X keyboard setup from gui keyboard screen (#48761)
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index 6a6c4c873..19300b31d 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -661,7 +661,7 @@ class XF86Config:
"""
- def setKeyboard (self, rules, model, layout, variant, options):
+ def setKeyboard(self, rules, model, layout, variant, options):
self.keyRules = rules
self.keyModel = model
self.keyLayout = layout