Commit ef4f7f02 authored by Neal Norwitz's avatar Neal Norwitz

Use relative import now that it is required. (Should this go into 2.5?)

parent abdbeff3
...@@ -819,7 +819,8 @@ Set(['Jack', 'Jane', 'Janice', 'John', 'Marvin', 'Sam', 'Zack']) ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment