Example #1
0
 def __del__(self):
     if self.daemon:
         self.close()
     else:
         Popen.__del__(self)