summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-10-12 16:33:23 +0200
committerMartin Sivak <msivak@redhat.com>2009-10-26 10:29:57 +0100
commitda6787cd7dc94d809a40c9de0cf328c19a9b0027 (patch)
tree90eeae9a6c01284d0e6ae0168ab6e550b7ca6dde
parentf88fc28e13393f5fdc8e4910a3da524460f2099a (diff)
downloadanaconda-da6787cd7dc94d809a40c9de0cf328c19a9b0027.tar.gz
anaconda-da6787cd7dc94d809a40c9de0cf328c19a9b0027.tar.xz
anaconda-da6787cd7dc94d809a40c9de0cf328c19a9b0027.zip
We moved from dialog to newt.. (#528497)
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index b6e6c10a8..2fb1a0d9a 100644
--- a/rescue.py
+++ b/rescue.py
@@ -202,7 +202,7 @@ def runShell(screen = None, msg=""):
proc = None
- if os.path.exists("/usr/bin/firstaidkit-qs") and os.path.exists("/usr/bin/dialog"):
+ if os.path.exists("/usr/bin/firstaidkit-qs"):
proc = subprocess.Popen(["/usr/bin/firstaidkit-qs"])
proc.wait()