Skip to content

Commit 07e9920

Browse files
committed
Change import sources.
1 parent 6e7a1fd commit 07e9920

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_ctypes/test_win32_com_foreign_func.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
raise unittest.SkipTest("Windows-specific test")
1010

1111

12-
from _ctypes import COMError, CopyComPointer
13-
from ctypes import HRESULT
12+
from ctypes import COMError, CopyComPointer, HRESULT
1413

1514

1615
COINIT_APARTMENTTHREADED = 0x2

0 commit comments

Comments
 (0)