mirror of https://github.com/python/cpython
parent
023564bf7d
commit
b070fd275b
|
@ -258,6 +258,7 @@ class QueryGuiTest(unittest.TestCase):
|
|||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
del cls.dialog.destroy
|
||||
del cls.dialog
|
||||
cls.root.destroy()
|
||||
del cls.root
|
||||
|
|
Loading…
Reference in New Issue