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