This commit is contained in:
Daniel Perna 2018-07-06 21:02:02 +02:00
parent ec852f05ad
commit b102e4eaad

View file

@ -21,7 +21,7 @@ import fnmatch
from string import Template from string import Template
from http.server import BaseHTTPRequestHandler from http.server import BaseHTTPRequestHandler
import urllib.request import urllib.request
from urllib.parse import urlparse, parse_qs, unquote, urlencode from urllib.parse import urlparse, parse_qs, unquote
### Some options for you to change ### Some options for you to change