Import the test properly. This is especially important for py3k.

This commit is contained in:
Neal Norwitz 2008-03-18 20:30:38 +00:00
parent a7a3e28e4e
commit 0c1ef470f8

View file

@ -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__':