summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-10-12 16:33:23 +0200
committerMartin Sivak <msivak@redhat.com>2009-10-12 18:01:47 +0200
commit40039ddec4fa25a224f95e4805a1ee89f95a0ebf (patch)
tree98cd7fd8eb2d67449daa852657eb976b59875070 /rescue.py
parent7f9f5301cecc092235be6e12602f895792db14da (diff)
downloadanaconda-40039ddec4fa25a224f95e4805a1ee89f95a0ebf.tar.gz
anaconda-40039ddec4fa25a224f95e4805a1ee89f95a0ebf.tar.xz
anaconda-40039ddec4fa25a224f95e4805a1ee89f95a0ebf.zip
We moved from dialog to newt.. (#528497)
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 775f159e8..7252b8306 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()