Disable generation of IEnumVariant Wrapper classes
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
COM server implemented with the .NET runtime return IEnumVARIANT in the GetEnumerator method which handles the _NewEnum reguest. If a wrapper is generated the IEnumVARIANT interface will be included in the wrapper due to the above definition. The patch disables the generation of IEnumVARIANT in wrapper classes.
Patch to fix the behaviour in build.py