Exemple #1
0
 def quit(self):
     # house cleaning chores go here
     KApplication.quit(self)
 def quit(self):
     if self.pgpool is not None:
         if os.path.isfile(self.pgpool.pidfile):
             self.pgpool.stop()
     KApplication.quit(self)