mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch #834015: Remove imports of unused modules
(Contributed by George Yoshida.)
This commit is contained in:
parent
dc113a8a06
commit
cc523fc53d
5 changed files with 8 additions and 13 deletions
|
@ -104,7 +104,6 @@ from xmlrpclib import Fault
|
|||
import SocketServer
|
||||
import BaseHTTPServer
|
||||
import sys
|
||||
import types
|
||||
import os
|
||||
|
||||
def resolve_dotted_attribute(obj, attr):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue