mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Import the test properly. This is especially important for py3k.
This commit is contained in:
parent
a7a3e28e4e
commit
0c1ef470f8
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ TypeError if te dictionary is not empty
|
|||
from test import test_support
|
||||
|
||||
def test_main():
|
||||
import test_extcall # self import
|
||||
from test import test_extcall # self import
|
||||
test_support.run_doctest(test_extcall, True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue