allow window to use without readline

This commit is contained in:
limkokhole
2020-06-23 00:50:11 +08:00
parent 1a824a4688
commit ca00a4dcf3

View File

@@ -34,8 +34,10 @@ __status__ = 'Production'
# Note: Support python 3 but not python 2
import sys, os, traceback
try:
import readline #to make input() edit-able by LEFT key
except ModuleNotFoundError:
pass
import argparse
import time
from datetime import datetime, timedelta