mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Import test_support properly
This commit is contained in:
parent
003eb30882
commit
3b8fb47fb0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
import imp
|
||||
import unittest
|
||||
from test_support import TestFailed, run_unittest
|
||||
from test.test_support import TestFailed, run_unittest
|
||||
|
||||
class ImpLock(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue