make 2to3 changes for utils files

This commit is contained in:
Jonathan Math 2020-10-09 12:29:19 +07:00
parent 039c7b20e9
commit eba100f1eb

View file

@ -27,8 +27,7 @@ import re
import sys
import urllib.parse
from cgi import parse_qs
from urllib.parse import parse_qs
# json module is in the standard library as of python 2.6; fall back to
# simplejson if present for older versions.
try: