From cc523fc53dd81cc166c99fa632cba204f5a14849 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 2 Nov 2003 09:47:05 +0000 Subject: SF patch #834015: Remove imports of unused modules (Contributed by George Yoshida.) --- Lib/SimpleXMLRPCServer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/SimpleXMLRPCServer.py') diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 8ffa2441c0..fdde60c7ce 100644 --- a/Lib/SimpleXMLRPCServer.py +++ b/Lib/SimpleXMLRPCServer.py @@ -104,7 +104,6 @@ from xmlrpclib import Fault import SocketServer import BaseHTTPServer import sys -import types import os def resolve_dotted_attribute(obj, attr): -- cgit v1.2.1