summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-07-19 16:46:10 +0000
committerMike Fulbright <msf@redhat.com>2000-07-19 16:46:10 +0000
commitc51d050f703e8440a88568c07e2ecfb67856b4a5 (patch)
tree0ff9d5f62289be5c674ff69e8d05fc6747a94510 /xf86config.py
parent2e3f93539e27f1ea2ddf8dec8beb198fb2aa8394 (diff)
downloadanaconda-c51d050f703e8440a88568c07e2ecfb67856b4a5.tar.gz
anaconda-c51d050f703e8440a88568c07e2ecfb67856b4a5.tar.xz
anaconda-c51d050f703e8440a88568c07e2ecfb67856b4a5.zip
Added USB mice support
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py
index dd31f134a..970302263 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -527,6 +527,7 @@ EndSection
class XF86Config:
def __init__ (self, mouse = None):
+
if mouse:
self.setMouse(mouse)
else: