mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge with 3.4
This commit is contained in:
commit
f88cad0087
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue