Exemple #1
0
    def PreExit(self):
        msg = 'GriPy Application is preparing to terminate....'
        log.info(msg)

        OM = ObjectManager()
        UIM = UIManager()
        UIM.PreExit()
        OM._reset()
Exemple #2
0
 def PreExit(self):
     msg = "Application is preparing to terminate...."
     logging.debug(msg)
     #
     OM = ObjectManager()
     UIM = UIManager()
     UIM.PreExit()
     OM._reset()