Add urllib

This commit is contained in:
Nico Schottelius 2016-09-16 17:29:57 +02:00
parent 4de00d02b0
commit 5da933bb87
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
import urllib
from http.server import BaseHTTPRequestHandler, HTTPServer