Skip to content

Commit

Permalink
Bump comtypes to 1.1.11 (#12953)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR authored Jun 21, 2022
1 parent b817b03 commit 713cdc0
Show file tree
Hide file tree
Showing 4 changed files with 5,569 additions and 5,569 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SCons==4.3.0

# NVDA's runtime dependencies
comtypes==1.1.8
comtypes==1.1.11
pyserial==3.5
wxPython==4.1.1
git+https://github.com/DiffSK/configobj@3e2f4cc#egg=configobj
Expand Down
12 changes: 6 additions & 6 deletions source/comInterfaces/UIAutomationClient.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from comtypes.gen import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
except ModuleNotFoundError:
import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
from _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 import *
globals().update(_944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0.__dict__)
try:
from comtypes.gen import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
except ModuleNotFoundError:
import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
from _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 import *
globals().update(_944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0.__dict__)
__name__ = 'comtypes.gen.UIAutomationClient'
Loading

0 comments on commit 713cdc0

Please sign in to comment.