Index: gc_core/py/spellchecker.py ================================================================== --- gc_core/py/spellchecker.py +++ gc_core/py/spellchecker.py @@ -1,10 +1,10 @@ # Spellchecker # Wrapper for the IBDAWG class. # Useful to check several dictionaries at once. -import ibdawg +from . import ibdawg dDictionaries = { "fr": "French.bdic", "en": "English.bdic"