diff options
author | Erik Troan <ewt@redhat.com> | 2000-01-25 19:09:38 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-01-25 19:09:38 +0000 |
commit | 6a9410f38252dc50035a5ff1d22ea2c506af4e70 (patch) | |
tree | bf5fb0da95b37a950f2d2e29decfa1adb5a8b40a /text.py | |
parent | fa78894d50846940538ce364ae2773140f0cdc53 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |