diff options
author | pnfisher <pnfisher> | 1999-08-05 17:28:36 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-08-05 17:28:36 +0000 |
commit | ccc47637d27f903889ac632c07365b1e820662f4 (patch) | |
tree | 671bc4dffb9bc8d6794804a8cc5eb507c9ec0cfd /todo.py | |
parent | 1169df2e53091098670114b84c777d3317d69a93 (diff) | |
download | anaconda-ccc47637d27f903889ac632c07365b1e820662f4.tar.gz anaconda-ccc47637d27f903889ac632c07365b1e820662f4.tar.xz anaconda-ccc47637d27f903889ac632c07365b1e820662f4.zip |
Have available() return the dictionary.
Diffstat (limited to 'todo.py')
-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.keys () + return self.mice () def get (self): if self.info.has_key ("FULLNAME"): |