mirror of
https://github.com/python/cpython.git
synced 2025-11-14 15:56:48 +00:00
add missing import
This commit is contained in:
parent
c5206b3893
commit
8e1a338129
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import unittest
|
||||||
import Tkinter
|
import Tkinter
|
||||||
from test import test_support
|
from test import test_support
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue