diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 12:58:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 12:58:11 +0000 |
commit | 8411cdf5f15b03fa76dda9ed13e75796e1ca2030 (patch) | |
tree | 258e86910b90da62c78114061298c2e56a822a29 | |
parent | 2b18f2399395f50e408372fdcf4047a95c7dd481 (diff) | |
download | anaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.tar.gz anaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.tar.xz anaconda-8411cdf5f15b03fa76dda9ed13e75796e1ca2030.zip |
fix typo
-rw-r--r-- | mouse.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |