summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-09-08 10:50:44 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2008-09-08 11:21:02 -0400
commitce62c1c27adcf413e80f63faed8ea8f48bf357de (patch)
treef5c5354a434fc914297c2c61f643442215d2afb6 /rescue.py
parentb9a00e190355e1dce0bc905dc24e3007f8f6b7b1 (diff)
downloadanaconda-ce62c1c27adcf413e80f63faed8ea8f48bf357de.tar.gz
anaconda-ce62c1c27adcf413e80f63faed8ea8f48bf357de.tar.xz
anaconda-ce62c1c27adcf413e80f63faed8ea8f48bf357de.zip
Use print() as a function.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rescue.py b/rescue.py
index 028471cc6..cd5eb6fd7 100644
--- a/rescue.py
+++ b/rescue.py
@@ -191,14 +191,14 @@ def runShell(screen = None, msg=""):
print
if msg:
print (msg)
- print _("When finished please exit from the shell and your "
- "system will reboot.")
+ print(_("When finished please exit from the shell and your "
+ "system will reboot."))
print
if os.path.exists("/bin/sh"):
iutil.execConsole()
else:
- print _("Unable to find /bin/sh to execute! Not starting shell")
+ print(_"Unable to find /bin/sh to execute! Not starting shell"))
time.sleep(5)
if screen: