enthought / comtypes

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
Other
283 stars 96 forks source link

fix importing `_encode_idl` in `_comobject` #570

Closed junkmd closed 3 weeks ago

junkmd commented 3 weeks ago

I noticed that the relationship between _DispMemberSpec and automation in #561 also applies to _encode_idl and _comobject, so I will make corrections.