Use absolute imports

This commit is contained in:
Neal Norwitz 2006-04-03 04:45:34 +00:00
parent 480725d4c5
commit b902f4e401
7 changed files with 11 additions and 10 deletions

View file

@ -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",