summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-07-12 21:56:38 +0000
committerpnfisher <pnfisher>1999-07-12 21:56:38 +0000
commit7cc94c169abc13b0d51ca80dd576e76ad43669b4 (patch)
tree68ca600bce2f6aa1e39716e4483f3a363675b381 /gui.py
parent8a20ab4b0edd4d0851bac1524fa36ed637497210 (diff)
downloadanaconda-7cc94c169abc13b0d51ca80dd576e76ad43669b4.tar.gz
anaconda-7cc94c169abc13b0d51ca80dd576e76ad43669b4.tar.xz
anaconda-7cc94c169abc13b0d51ca80dd576e76ad43669b4.zip
remove debugging cruft
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index 5ebc8fda1..6ec229c99 100755
--- a/gui.py
+++ b/gui.py
@@ -212,12 +212,11 @@ class InstallProgressWindow:
self.size.set_text ("%d k" % (header[rpm.RPMTAG_SIZE] / 1024))
self.summary.set_text (header[rpm.RPMTAG_SUMMARY])
threads_leave ()
- print "setPackage update"
-# def __del__(self):
-# threads_enter ()
-# self.window.destroy()
-# threads_leave ()
+ def __del__(self):
+ threads_enter ()
+ self.window.destroy()
+ threads_leave ()
def __init__(self, total, totalSize):
threads_enter ()