summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-08-05 17:28:36 +0000
committerpnfisher <pnfisher>1999-08-05 17:28:36 +0000
commitccc47637d27f903889ac632c07365b1e820662f4 (patch)
tree671bc4dffb9bc8d6794804a8cc5eb507c9ec0cfd /todo.py
parent1169df2e53091098670114b84c777d3317d69a93 (diff)
downloadanaconda-ccc47637d27f903889ac632c07365b1e820662f4.tar.gz
anaconda-ccc47637d27f903889ac632c07365b1e820662f4.tar.xz
anaconda-ccc47637d27f903889ac632c07365b1e820662f4.zip
Have available() return the dictionary.
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 472c9e3e2..c09a0f085 100644
--- a/todo.py
+++ b/todo.py
@@ -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"):