summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
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 = '/'