diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-15 00:25:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-15 00:25:08 +0000 |
commit | 071da850cf6c13c375735c2ad5d63fd278760bf4 (patch) | |
tree | ea28a4d269dace87671c718676f877de7ffd2e5b /text.py | |
parent | 566452dd0a1e8c91a3cc6f32aaa9998587111fd8 (diff) | |
download | anaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.tar.gz anaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.tar.xz anaconda-071da850cf6c13c375735c2ad5d63fd278760bf4.zip |
disable debug
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -990,7 +990,7 @@ class InstallInterface: self.drawFrame() # 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) |