Commit f88cad00 authored by Zachary Ware's avatar Zachary Ware

Merge with 3.4

parents 459c3649 be16d680
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__":
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment