Commit 62833980 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Merge Py Idle changes:

Missed adding "import types" while merging PyShell by hand....
parent a989ac44
...@@ -7,8 +7,9 @@ import getopt ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment