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

@@ -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