예제 #1
0
파일: app.py 프로젝트: socek/bluebaker
 def run(self):
     try:
         self.createTopWindow()
         spawn(self.mainloop).join()
     except KeyboardInterrupt:
         info('\r', end='')  # clearing CTRL+R character
     finally:
         info(' === Program ended ===')
예제 #2
0
파일: cmd.py 프로젝트: socek/bluebaker
 def print_info(self):
     self.print_("Press CTRL+C to quit.")
     info(' === Program start ===')