summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-01-25 19:09:38 +0000
committerErik Troan <ewt@redhat.com>2000-01-25 19:09:38 +0000
commit6a9410f38252dc50035a5ff1d22ea2c506af4e70 (patch)
treebf5fb0da95b37a950f2d2e29decfa1adb5a8b40a /text.py
parentfa78894d50846940538ce364ae2773140f0cdc53 (diff)
downloadanaconda-6a9410f38252dc50035a5ff1d22ea2c506af4e70.tar.gz
anaconda-6a9410f38252dc50035a5ff1d22ea2c506af4e70.tar.xz
anaconda-6a9410f38252dc50035a5ff1d22ea2c506af4e70.zip
reworked lilo config into separate lilo.py, fixed numerous bugs (now
merges upgraded lilo.cf file into new one)
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 eeb40124e..4a72afb10 100644
--- a/text.py
+++ b/text.py
@@ -984,7 +984,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