Use shutil.which to check for existence of executable instead

This commit is contained in:
Veronica K. B. Olsen
2020-08-04 21:36:24 +02:00
parent 565be8c580
commit c58b5e71d0
2 changed files with 10 additions and 10 deletions
-1
View File
@@ -43,7 +43,6 @@ class NWSpellCheck():
SP_INTERNAL = "internal"
SP_ENCHANT = "enchant"
SP_SYMSPELL = "symspell"
theDict = None
PROJW = []