Explorar el Código

Added readline (enables command history and arrow keys)

Stefan Schmidt hace 7 años
padre
commit
5b75797d3c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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