mirror of https://github.com/python/cpython
Merge Py Idle changes
Rev 1.16 (skip. The Edward K. Ream breakpoint fix has been added to bdb.py and idlefork Debugger.py no longer overrides Bdb.set_break() ) Rev 1.17 Remove unnecessary imports
This commit is contained in:
parent
a287644204
commit
aae2094991
|
@ -1,7 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import bdb
|
import bdb
|
||||||
import types
|
import types
|
||||||
import traceback
|
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
from WindowList import ListedToplevel
|
from WindowList import ListedToplevel
|
||||||
from ScrolledList import ScrolledList
|
from ScrolledList import ScrolledList
|
||||||
|
|
Loading…
Reference in New Issue