summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-02 14:12:31 +0000
committerMatt Wilson <msw@redhat.com>2000-02-02 14:12:31 +0000
commitb8b78f34e4cebdb28589a75ed06dd5cfb6acb9fd (patch)
tree9378b6a062cd5e231d407cefbd3589474f3095e0 /mouse.py
parent8ef45fe5f9cdc4edcace9a9fb8c1edfb05f03078 (diff)
downloadanaconda-b8b78f34e4cebdb28589a75ed06dd5cfb6acb9fd.tar.gz
anaconda-b8b78f34e4cebdb28589a75ed06dd5cfb6acb9fd.tar.xz
anaconda-b8b78f34e4cebdb28589a75ed06dd5cfb6acb9fd.zip
fixed none mouse type
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.py b/mouse.py
index c62291586..fbba6944a 100644
--- a/mouse.py
+++ b/mouse.py
@@ -62,7 +62,7 @@ class Mouse (SimpleConfigFile):
"MM - HitTablet (serial)" :
("MMHitTab", "MMHittab", "ttyS", 1),
"None - None" :
- ("None", "Microsoft", "null", 0),
+ ("none", "none", "null", 0),
"Sun - Mouse":
("sun", "sun", "sunmouse", 0),
}