mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use relative import now that it is required. (Should this go into 2.5?)
This commit is contained in:
parent
2a0c7801a5
commit
16d6510425
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue