nvda
5bd8872b - Python 3: change remaining next method in objidl.IEnumMoniker into __next__ (PR #10386)

Commit
6 years ago
Python 3: change remaining next method in objidl.IEnumMoniker into __next__ (PR #10386) objidl.IEnumMoniker is used as an iterable in the visual studio appModule. However, due to python 2/3 change (next method should be __next__), this was missed during conversion.
Author
Committer
Parents
Loading