Merge pull request #801 from theCow61/master

non needed library after cgi.escape was changed to html.escape
This commit is contained in:
David Kennedy 2021-04-12 15:28:57 -04:00 committed by GitHub
commit 087123f0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ import subprocess
import sys
import os
import re
import cgi
import posixpath
import mimetypes
import urllib.parse