mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.
This commit is contained in:
parent
3d4b2d4df2
commit
1241c47aa2
7 changed files with 8 additions and 5 deletions
|
@ -3,7 +3,7 @@ import unittest
|
|||
import gc
|
||||
import sys
|
||||
import weakref
|
||||
from .support import LoggingResult, TestEquality
|
||||
from unittest.test.support import LoggingResult, TestEquality
|
||||
|
||||
|
||||
### Support code for Test_TestSuite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue