[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (V1_0-15-g726ba4b)



The branch, master has been updated
       via  726ba4be218cc8278a4e936117aef74d7a10e343 (commit)
      from  08aca30c715fafed813667cf72bc375e324e327d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 lib/xgsch2pcb/pcbmanager.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)


=================
 Commit Messages
=================

commit 726ba4be218cc8278a4e936117aef74d7a10e343
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 9 21:54:59 2007 +0100

    Remove the PCBManager class __del__ function.
    
    The code contained in this funcion was from and old version where
    gsch2pcb used pipes to communicate with PCB. They were closed here.

:100644 100644 c4ac388... 6bca927... M	lib/xgsch2pcb/pcbmanager.py

=========
 Changes
=========

commit 726ba4be218cc8278a4e936117aef74d7a10e343
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Sep 9 21:54:59 2007 +0100

    Remove the PCBManager class __del__ function.
    
    The code contained in this funcion was from and old version where
    gsch2pcb used pipes to communicate with PCB. They were closed here.

diff --git a/lib/xgsch2pcb/pcbmanager.py b/lib/xgsch2pcb/pcbmanager.py
index c4ac388..6bca927 100644
--- a/lib/xgsch2pcb/pcbmanager.py
+++ b/lib/xgsch2pcb/pcbmanager.py
@@ -81,14 +81,6 @@ class PCBManager( gobject.GObject ):
         
         self.empty_char_array = dbus.Array( '', signature="s" )
 
-
-    def __del__(self):       
-        if self.pcb_stdin:
-            self.pcb_stdin.close()
-
-        if self.pcb_stdout:
-            self.pcb_stdout.close()
-
     def close_layout(self):
         # TODO: Fixme
         self.pcb_actions_iface.ExecAction( "Quit", self.empty_char_array )




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs