summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-02 18:14:08 +0000
committerErik Troan <ewt@redhat.com>2000-03-02 18:14:08 +0000
commit569c0fb0c1d4c9f3e464a945a7bc88aed9fee497 (patch)
treeeb1c2be94f4e4dea097a9bd6ca7dc4472bea9af3 /text.py
parenta5b8aca9032264c538d15ef5d720540ee9af8b31 (diff)
downloadanaconda-569c0fb0c1d4c9f3e464a945a7bc88aed9fee497.tar.gz
anaconda-569c0fb0c1d4c9f3e464a945a7bc88aed9fee497.tar.xz
anaconda-569c0fb0c1d4c9f3e464a945a7bc88aed9fee497.zip
turned off debug ^Z stuff
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 ed42f34aa..c8621d869 100644
--- a/text.py
+++ b/text.py
@@ -991,7 +991,7 @@ class InstallInterface:
#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)
+ #self.screen.suspendCallback(debugSelf, self.screen)
self.individual = Flag(0)
self.step = 0
self.dir = 1