def PreExit(self): msg = 'GriPy Application is preparing to terminate....' logging.info(msg) OM = ObjectManager() UIM = UIManager() UIM.PreExit() OM._reset()
def PreExit(self): msg = "Application is preparing to terminate...." logging.debug(msg) # OM = ObjectManager() UIM = UIManager() UIM.PreExit() OM._reset()