summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 12:58:11 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 12:58:11 +0000
commit8411cdf5f15b03fa76dda9ed13e75796e1ca2030 (patch)
tree258e86910b90da62c78114061298c2e56a822a29
parent2b18f2399395f50e408372fdcf4047a95c7dd481 (diff)
downloadanaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.tar.gz
anaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.tar.xz
anaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.zip
fix typo
-rw-r--r--mouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.py b/mouse.py
index f82d4eaff..42322e840 100644
--- a/mouse.py
+++ b/mouse.py
@@ -118,7 +118,7 @@ class Mouse (SimpleConfigFile):
os.unlink(root + "/dev/mouse")
except:
pass
- if (sel.device):
+ if (self.device):
os.symlink(self.device, root + "/dev/mouse")
def getDevice(self):