]> granicus.if.org Git - python/commitdiff
Remove unused import; reported by Neal Norwitz.
authorFred Drake <fdrake@acm.org>
Wed, 17 Oct 2001 01:51:04 +0000 (01:51 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Oct 2001 01:51:04 +0000 (01:51 +0000)
Lib/xmlrpclib.py

index 4221bcc9413ebdfe844faa8f2edcd5ecb0ac403d..fda68e7b8777c7cff5304e507c8ff4860dcd1fa4 100644 (file)
@@ -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 *