summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-23 21:33:52 +0000
committerMatt Wilson <msw@redhat.com>2000-02-23 21:33:52 +0000
commitdca733e2fe356bd596d6b8cde5246db0767fe221 (patch)
tree721d53da343548b1839e35afd816bda977b41b55 /xf86config.py
parentdb3fdd7e97855b8ea35064ed17e8e91ed98068ab (diff)
downloadanaconda-dca733e2fe356bd596d6b8cde5246db0767fe221.tar.gz
anaconda-dca733e2fe356bd596d6b8cde5246db0767fe221.tar.xz
anaconda-dca733e2fe356bd596d6b8cde5246db0767fe221.zip
fix for kickstart mouse
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py
index 2add65724..10f282c70 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -9,6 +9,7 @@ import isys
import time
import os
from kbd import Keyboard
+from mouse import Mouse
def _(x):
return x
@@ -398,6 +399,8 @@ EndSection
"""
def mouseSection (self):
+ if not self.mouse:
+ self.mouse = Mouse(mouseType = ("none", "none", "null"))
return """
# **********************************************************************
# Pointer section