summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-08-05 17:36:32 +0000
committerpnfisher <pnfisher>1999-08-05 17:36:32 +0000
commitba812b081d17b62dd6a16f755c32b4f027eedf4a (patch)
treea6035b44a970e4aea0a5f5d1fc3078afe697a6b7
parentccc47637d27f903889ac632c07365b1e820662f4 (diff)
downloadanaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.tar.gz
anaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.tar.xz
anaconda-ba812b081d17b62dd6a16f755c32b4f027eedf4a.zip
really make Mouse.available(self) work.
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index c09a0f085..97d875d1d 100644
--- a/todo.py
+++ b/todo.py
@@ -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"):