Index: gc_core/py/lang_core/gc_engine_func.py ================================================================== --- gc_core/py/lang_core/gc_engine_func.py +++ gc_core/py/lang_core/gc_engine_func.py @@ -6,10 +6,12 @@ # source: gc_core/py/lang_core/gc_engine_func.py import re from . import gc_options +from ..graphspell.echo import echo + _sAppContext = "Python" # what software is running _oSpellChecker = None