summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-01 02:15:21 +0000
committerMatt Wilson <msw@redhat.com>1999-10-01 02:15:21 +0000
commitda66435771c6058ddfe931c3be073189445b01b0 (patch)
treebfcc891e0e021a5f53ccff767c06931a94b0ffac
parentf73d7e645336343d1c103ee270181282220d6830 (diff)
downloadanaconda-da66435771c6058ddfe931c3be073189445b01b0.tar.gz
anaconda-da66435771c6058ddfe931c3be073189445b01b0.tar.xz
anaconda-da66435771c6058ddfe931c3be073189445b01b0.zip
oops
-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 = '/'