Importerer readline.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2010-05-16 13:30:25 +00:00
parent 5dbf13ea68
commit 64dcb9ecf5
1 changed files with 1 additions and 0 deletions

View File

@ -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']