]> granicus.if.org Git - python/commitdiff
Import the test properly. This is especially important for py3k.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 20:30:38 +0000 (20:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 20:30:38 +0000 (20:30 +0000)
Lib/test/test_extcall.py

index b6dc144cfdd0dbec45ee5f0d0323d6f852dd5bfe..8088fe2e8e4a25c6f1e844dd63bb012cd7976a24 100644 (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__':