mirror of
https://github.com/python/cpython.git
synced 2025-10-15 11:22:18 +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 re
|
||||||
import socket
|
import socket
|
||||||
import time
|
import time
|
||||||
import warnings
|
|
||||||
import traceback
|
import traceback
|
||||||
|
import types
|
||||||
|
import warnings
|
||||||
|
|
||||||
import linecache
|
import linecache
|
||||||
from code import InteractiveInterpreter
|
from code import InteractiveInterpreter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue