Skip to content

Commit 1c803b5

Browse files
authored
Merge f06aa53 into b817b03
2 parents b817b03 + f06aa53 commit 1c803b5

4 files changed

Lines changed: 5569 additions & 5569 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SCons==4.3.0
33

44
# NVDA's runtime dependencies
5-
comtypes==1.1.8
5+
comtypes==1.1.11
66
pyserial==3.5
77
wxPython==4.1.1
88
git+https://github.com/DiffSK/configobj@3e2f4cc#egg=configobj
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
try:
2-
from comtypes.gen import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
3-
except ModuleNotFoundError:
4-
import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
5-
from _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 import *
6-
globals().update(_944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0.__dict__)
1+
try:
2+
from comtypes.gen import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
3+
except ModuleNotFoundError:
4+
import _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0
5+
from _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 import *
6+
globals().update(_944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0.__dict__)
77
__name__ = 'comtypes.gen.UIAutomationClient'

0 commit comments

Comments
 (0)