[PATCH 2/2] Do not run __del__() on anaconda interface in runDebug

Vratislav Podzimek vpodzime at redhat.com
Tue Jul 31 14:41:31 UTC 2012


UserInterface object no longer has the __del__() method.
---
 pyanaconda/exception.py |    2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index 8adb156..96c2c1a 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -76,8 +76,6 @@ class AnacondaExceptionHandler(ExceptionHandler):
         except SystemError:
             pass
 
-        self.intf.__del__ ()
-
         pidfl = "/tmp/vncshell.pid"
         if os.path.exists(pidfl) and os.path.isfile(pidfl):
             pf = open(pidfl, "r")
-- 
1.7.10.4



More information about the anaconda-patches mailing list