summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-17 13:56:35 +0000
committerErik Troan <ewt@redhat.com>2000-03-17 13:56:35 +0000
commitea677e91667a6142c979afa53b9f2b6ed37f4056 (patch)
treee949dbd371359408057ff7ef3d894ce9183cddc4 /text.py
parentd84b9f98997ef925e67e2050252ff03cbbc78e1f (diff)
downloadanaconda-ea677e91667a6142c979afa53b9f2b6ed37f4056.tar.gz
anaconda-ea677e91667a6142c979afa53b9f2b6ed37f4056.tar.xz
anaconda-ea677e91667a6142c979afa53b9f2b6ed37f4056.zip
turned killSelf on ^Z back on
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index cd607837a..b70ec5212 100644
--- a/text.py
+++ b/text.py
@@ -993,7 +993,7 @@ class InstallInterface:
self.screen.pushHelpLine (_(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen"))
# uncomment this line to make the installer quit on <Ctrl+Z>
# handy for quick debugging.
- #self.screen.suspendCallback(killSelf, self.screen)
+ self.screen.suspendCallback(killSelf, self.screen)
# uncomment this line to drop into the python debugger on <Ctrl+Z>
# --VERY handy--
#self.screen.suspendCallback(debugSelf, self.screen)