mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Use absolute imports
This commit is contained in:
parent
480725d4c5
commit
b902f4e401
7 changed files with 11 additions and 10 deletions
|
|
@ -819,7 +819,8 @@ Set(['Jack', 'Jane', 'Janice', 'John', 'Marvin', 'Sam', 'Zack'])
|
|||
__test__ = {'libreftest' : libreftest}
|
||||
|
||||
def test_main(verbose=None):
|
||||
import test_sets, doctest
|
||||
import doctest
|
||||
from test import test_sets
|
||||
test_support.run_unittest(
|
||||
TestSetOfSets,
|
||||
TestExceptionPropagation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue