diff options
author | pnfisher <pnfisher> | 1999-08-05 17:36:32 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-08-05 17:36:32 +0000 |
commit | ba812b081d17b62dd6a16f755c32b4f027eedf4a (patch) | |
tree | a6035b44a970e4aea0a5f5d1fc3078afe697a6b7 | |
parent | ccc47637d27f903889ac632c07365b1e820662f4 (diff) | |
download | anaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.tar.gz anaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.tar.xz anaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.zip |
really make Mouse.available(self) work.
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ class Mouse (SimpleConfigFile): } def available (self): - return self.mice () + return self.mice def get (self): if self.info.has_key ("FULLNAME"): |