Kaydet (Commit) ef4f7f02 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst abdbeff3
......@@ -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,
......
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