Skip to content

Commit

Permalink
The Python wrapper for the Handy Tech braille driver com server type …
Browse files Browse the repository at this point in the history
…library is now bundled with NVDA, rather than being generated on the user's system. (issue #6546, PR #6548)
  • Loading branch information
Leonard de Ruijter authored and jcsteh committed Jan 11, 2017
1 parent 65e4cf2 commit de52624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/comInterfaces_sconscript
Expand Up @@ -45,6 +45,7 @@ COM_INTERFACES = {
"SpeechLib.py": ('{C866CA3A-32F7-11D2-9602-00C04F8EE628}',5,0),
"AcrobatAccessLib.py": "typelibs/AcrobatAccess.tlb",
"FlashAccessibility.py": "typelibs/FlashAccessibility.tlb",
"HTBRAILLEDRIVERSERVERLib.py": "brailleDisplayDrivers/handyTech/HtBrailleDriverServer.tlb",
}

for k,v in COM_INTERFACES.iteritems():
Expand Down

0 comments on commit de52624

Please sign in to comment.