Merge with 3.4

This commit is contained in:
Zachary Ware 2014-10-17 14:24:43 -05:00
commit f88cad0087
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
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()