Example #1
0
def cleanup():
    unregisterPid(os.getpid())
Example #2
0
def cleanup():
    unregisterPid(os.getpid())
Example #3
0
 def OnExit(self):
     """Clean up on exit"""
     unregisterPid(os.getpid())
     return super().OnExit()