From: Fred Drake Date: Wed, 17 Oct 2001 01:51:04 +0000 (+0000) Subject: Remove unused import; reported by Neal Norwitz. X-Git-Tag: v2.2.1c1~1233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a2d970ef96cbd52dbf6f4e744d449f34fa9f45f;p=python Remove unused import; reported by Neal Norwitz. --- diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index 4221bcc941..fda68e7b87 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py @@ -124,7 +124,7 @@ Exported functions: name (None if not present). """ -import re, string, sys, time, operator +import re, string, time, operator from types import *