Skip to content

Commit d24799f

Browse files
JelleZijlstragvanrossum
authored andcommitted
uncomment a few parts of six.moves (#2019)
1 parent 4ab7201 commit d24799f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

third_party/2/six/moves/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import __builtin__ as builtins
2525
import ConfigParser as configparser
2626
# import copy_reg as copyreg
2727
# import gdbm as dbm_gnu
28-
# import dummy_thread as _dummy_thread
28+
import dummy_thread as _dummy_thread
2929
import cookielib as http_cookiejar
3030
import Cookie as http_cookies
3131
import htmlentitydefs as html_entities
@@ -62,5 +62,5 @@ import six.moves.urllib.parse as urllib_parse
6262
import six.moves.urllib.error as urllib_error
6363
import six.moves.urllib as urllib
6464
import robotparser as urllib_robotparser
65-
# import xmlrpclib as xmlrpc_client
65+
import xmlrpclib as xmlrpc_client
6666
# import SimpleXMLRPCServer as xmlrpc_server

third_party/3/six/moves/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import http.server as CGIHTTPServer
4141
import http.server as SimpleHTTPServer
4242
import pickle as cPickle
4343
import queue as queue
44-
# import reprlib as reprlib
44+
import reprlib as reprlib
4545
import socketserver as socketserver
4646
import _thread as _thread
4747
import tkinter as tkinter

0 commit comments

Comments
 (0)