From da66435771c6058ddfe931c3be073189445b01b0 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 1 Oct 1999 02:15:21 +0000 Subject: oops --- todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.py b/todo.py index 5e3756e19..7c7a20462 100644 --- a/todo.py +++ b/todo.py @@ -507,7 +507,7 @@ class ToDo: arch = iutil.getArch () if arch == "alpha": - if keys.has_key ('/boot'): + if '/boot' in keys: kernelPart = '/boot' else: kernelPart = '/' -- cgit