mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +08:00
uncomment a few parts of six.moves (#2019)
This commit is contained in:
committed by
Guido van Rossum
parent
4ab720161a
commit
d24799fd31
2
third_party/3/six/moves/__init__.pyi
vendored
2
third_party/3/six/moves/__init__.pyi
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user