There was an error while loading. Please reload this page.
1 parent baf45c5 commit be16d68Copy full SHA for be16d68
1 file changed
Lib/test/test_ctypes.py
@@ -1,6 +1,9 @@
1
import unittest
2
+from test.support import import_module
3
-from ctypes.test import load_tests
4
+ctypes_test = import_module('ctypes.test')
5
+
6
+load_tests = ctypes_test.load_tests
7
8
if __name__ == "__main__":
9
unittest.main()
0 commit comments