remove unecessary import of pyreadline3

This commit is contained in:
Lincoln Stein 2022-10-04 22:52:24 -04:00
parent d16f0c8a8f
commit f368f682e1

View File

@ -18,10 +18,7 @@ try:
import readline
readline_available = True
except (ImportError,ModuleNotFoundError):
try:
import pyreadline3
except (ImportError,ModuleNotFoundError):
readline_available = False
readline_available = False
IMG_EXTENSIONS = ('.png','.jpg','.jpeg')
COMMANDS = (