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

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

üst 2a0c7801
......@@ -15,7 +15,7 @@ else:
raise TestFailed("import of RAnDoM should have failed (case mismatch)")
# Another brief digression to test the accuracy of manifest float constants.
import double_const # don't blink -- that *was* the test
from test import double_const # don't blink -- that *was* the test
def remove_files(name):
for f in (name + os.extsep + "py",
......
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