Create the pty

This commit is contained in:
Kovid Goyal
2016-10-16 16:51:45 +05:30
parent 8564c92cef
commit 1065a88cef
2 changed files with 13 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ class MainWindow(QMainWindow):
def shutdown(self):
self.close()
self.boss.shutdown()
def option_parser():