mirror of
https://github.com/python/cpython.git
synced 2025-11-23 11:57:09 +00:00
Use relative import now that it is required. (Should this go into 2.5?)
This commit is contained in:
parent
abdbeff36e
commit
ef4f7f0298
1 changed files with 2 additions and 1 deletions
|
|
@ -819,7 +819,8 @@ Set(['Jack', 'Jane', 'Janice', 'John', 'Marvin', 'Sam', 'Zack'])
|
||||||
__test__ = {'libreftest' : libreftest}
|
__test__ = {'libreftest' : libreftest}
|
||||||
|
|
||||||
def test_main(verbose=None):
|
def test_main(verbose=None):
|
||||||
import test_sets, doctest
|
import doctest
|
||||||
|
from test import test_sets
|
||||||
test_support.run_unittest(
|
test_support.run_unittest(
|
||||||
TestSetOfSets,
|
TestSetOfSets,
|
||||||
TestExceptionPropagation,
|
TestExceptionPropagation,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue