Importerer readline.
This commit is contained in:
parent
5dbf13ea68
commit
64dcb9ecf5
|
@ -6,6 +6,7 @@ import sys
|
|||
import os
|
||||
import traceback
|
||||
import signal
|
||||
import readline
|
||||
from helpers import *
|
||||
|
||||
exit_commands = ['exit', 'abort', 'quit', 'bye', 'eat flaming death']
|
||||
|
|
Loading…
Reference in New Issue