Skip to content

Commit d12c3cb

Browse files
committed
Fix comtypes interface change
1 parent 4cf6cdd commit d12c3cb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Current Changes
2-
* 2.2.15
3-
* Implementation of exception related calls
2+
* 2.2.16
3+
* Bugfix for comtypes change

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ k.attach("net:port=50000,key=1.2.3.4")
5858

5959

6060
## Release History
61+
* 2.2.16
62+
* Bugfix for comtypes change
6163
* 2.2.15
6264
* Implementation of exception related calls
6365
* 2.2.14

pybag/dbgeng/callbacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from comtypes.hresult import S_OK
22
from comtypes import CoClass, GUID
33
import comtypes
4+
import comtypes.connectionpoints
45

56
from . import core as DbgEng
67
from . import exception

0 commit comments

Comments
 (0)