From 5da933bb872302f1664cb88063737c47a528c26f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 16 Sep 2016 17:29:57 +0200 Subject: [PATCH] Add urllib --- web-to-db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web-to-db.py b/web-to-db.py index c15004a..0227350 100644 --- a/web-to-db.py +++ b/web-to-db.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 +import urllib from http.server import BaseHTTPRequestHandler, HTTPServer