mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Remove unnecessary reference to pyclbr from test() code.
This commit is contained in:
parent
ad380551f6
commit
3f75741844
2 changed files with 0 additions and 5 deletions
|
|
@ -436,8 +436,6 @@ class ScrolledCanvas:
|
|||
|
||||
def test():
|
||||
import PyShell
|
||||
import pyclbr
|
||||
pyclbr._modules.clear()
|
||||
root = Toplevel(PyShell.root)
|
||||
root.configure(bd=0, bg="yellow")
|
||||
root.focus_set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue