Patch #444359: Remove unused imports.

This commit is contained in:
Martin v. Löwis 2001-08-02 07:15:29 +00:00
parent d429ab6df9
commit 02d893cfae
8 changed files with 2 additions and 9 deletions

View file

@ -88,7 +88,6 @@ f = urllib2.urlopen('http://www.python.org/')
# check digest against correct (i.e. non-apache) implementation
import socket
import UserDict
import httplib
import re
import base64