mirror of https://github.com/python/cpython
Merge with 3.4
This commit is contained in:
commit
f88cad0087
|
@ -1,6 +1,9 @@
|
||||||
import unittest
|
import unittest
|
||||||
|
from test.support import import_module
|
||||||
|
|
||||||
from ctypes.test import load_tests
|
ctypes_test = import_module('ctypes.test')
|
||||||
|
|
||||||
|
load_tests = ctypes_test.load_tests
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue