summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index e98e849d3..c35398ac5 100644
--- a/text.py
+++ b/text.py
@@ -767,10 +767,10 @@ def debugSelf(screen):
def spawnShell(screen):
screen.suspend()
- print "\n\nType <exit> to return to the install program.\n"
+ print("\n\nType <exit> to return to the install program.\n")
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)
screen.resume()