mirror of https://github.com/python/cpython
add missing import
This commit is contained in:
parent
a9b5be0c05
commit
bf4464a38f
|
@ -1,6 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import ttk
|
import ttk
|
||||||
|
import unittest
|
||||||
from _tkinter import TclError
|
from _tkinter import TclError
|
||||||
from test import test_support
|
from test import test_support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue