mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge Py Idle changes:
Missed adding "import types" while merging PyShell by hand....
This commit is contained in:
parent
a989ac44ea
commit
628339807e
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ import getopt
|
|||
import re
|
||||
import socket
|
||||
import time
|
||||
import warnings
|
||||
import traceback
|
||||
import types
|
||||
import warnings
|
||||
|
||||
import linecache
|
||||
from code import InteractiveInterpreter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue