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 try: import simplejson as json
except ImportError: import json except ImportError: import json
import sys import sys
import readline, glob import glob
try: try:
from Crypto.Cipher import AES from Crypto.Cipher import AES
from Crypto.Random import random, atfork from Crypto.Random import random, atfork