Skip to content

Commit bda47e6

Browse files
authored
BuildVars: add missing SpeechDictionaries import (#20)
1 parent 3ac4b6f commit bda47e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build customizations
22
# Change this file instead of sconstruct or manifest files, whenever possible.
33

4-
from site_scons.site_tools.NVDATool.typings import AddonInfo, BrailleTables, SymbolDictionaries
4+
from site_scons.site_tools.NVDATool.typings import AddonInfo, BrailleTables, SymbolDictionaries, SpeechDictionaries
55

66
# Since some strings in `addon_info` are translatable,
77
# we need to include them in the .po files.

0 commit comments

Comments
 (0)