misc cleanup

This commit is contained in:
ed 2022-12-01 21:44:31 +00:00
parent 5c30148be4
commit 0cef062084
5 changed files with 6 additions and 7 deletions

View file

@ -51,8 +51,7 @@ except ImportError:
PY2 = sys.version_info < (3,)
if PY2:
from Queue import Queue
from urllib import unquote
from urllib import quote
from urllib import quote, unquote
sys.dont_write_bytecode = True
bytes = str