Explorar o código

Added readline (enables command history and arrow keys)

Stefan Schmidt %!s(int64=6) %!d(string=hai) anos
pai
achega
5b75797d3c
Modificáronse 1 ficheiros con 1 adicións e 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