Merge Py Idle changes:

Missed adding "import types" while merging PyShell by hand....
This commit is contained in:
Kurt B. Kaiser 2002-09-18 17:07:05 +00:00
parent a989ac44ea
commit 628339807e

View file

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