Remove unnecessary reference to pyclbr from test() code.

This commit is contained in:
Guido van Rossum 1999-06-07 15:38:40 +00:00
parent ad380551f6
commit 3f75741844
2 changed files with 0 additions and 5 deletions

View file

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