Пример #1
0
 def install(self):
     rmdirRecursive("moznightlyapp")
     subprocess._cleanup = lambda : None # mikeal's fix for subprocess threading bug
     MozInstaller(src=self.dest, dest="moznightlyapp", dest_app="Mozilla.app")
Пример #2
0
 def __del__(self):
     # cleanup
     rmdirRecursive('moznightlyapp')
     if self.lastdest:
         os.remove(self.lastdest)
Пример #3
0
 def install(self):
     rmdirRecursive("moznightlyapp")
     subprocess._cleanup = lambda : None # mikeal's fix for subprocess threading bug
     MozInstaller(src=self.dest, dest="moznightlyapp", dest_app="Mozilla.app")
Пример #4
0
 def __del__(self):
     # cleanup
     rmdirRecursive('moznightlyapp')
     if self.lastdest:
         os.remove(self.lastdest)