uncomment a few parts of six.moves (#2019)

This commit is contained in:
Jelle Zijlstra
2018-04-06 11:20:14 -07:00
committed by Guido van Rossum
parent 4ab720161a
commit d24799fd31
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import __builtin__ as builtins
import ConfigParser as configparser
# import copy_reg as copyreg
# import gdbm as dbm_gnu
# import dummy_thread as _dummy_thread
import dummy_thread as _dummy_thread
import cookielib as http_cookiejar
import Cookie as http_cookies
import htmlentitydefs as html_entities
@@ -62,5 +62,5 @@ import six.moves.urllib.parse as urllib_parse
import six.moves.urllib.error as urllib_error
import six.moves.urllib as urllib
import robotparser as urllib_robotparser
# import xmlrpclib as xmlrpc_client
import xmlrpclib as xmlrpc_client
# import SimpleXMLRPCServer as xmlrpc_server

View File

@@ -41,7 +41,7 @@ import http.server as CGIHTTPServer
import http.server as SimpleHTTPServer
import pickle as cPickle
import queue as queue
# import reprlib as reprlib
import reprlib as reprlib
import socketserver as socketserver
import _thread as _thread
import tkinter as tkinter