From 73740689410aed8e72b8103d4f06a19409905237 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 23 Aug 2012 16:46:14 +0200 Subject: [PATCH] Remove unused import. --- linkcheck/checker/httpurl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/linkcheck/checker/httpurl.py b/linkcheck/checker/httpurl.py index d9b3203e..43caaddc 100644 --- a/linkcheck/checker/httpurl.py +++ b/linkcheck/checker/httpurl.py @@ -21,7 +21,6 @@ Handle http links. import urlparse import urllib import os -import re import errno import zlib import socket