Fixes double readline import

Should finally fix #71
This commit is contained in:
Manuel Ebert 2013-04-23 16:29:32 -07:00
parent 1417305c2e
commit aef9a0ee7e

View file

@ -12,7 +12,7 @@ import time
try: import simplejson as json
except ImportError: import json
import sys
import readline, glob
import glob
try:
from Crypto.Cipher import AES
from Crypto.Random import random, atfork