瀏覽代碼

Added readline (enables command history and arrow keys)

Stefan Schmidt 7 年之前
父節點
當前提交
5b75797d3c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/ID2TLib/Controller.py

+ 1 - 0
code/ID2TLib/Controller.py

@@ -1,5 +1,6 @@
 import os
 import sys
+import readline
 
 from ID2TLib.AttackController import AttackController
 from ID2TLib.LabelManager import LabelManager