Fix relative import path

This commit is contained in:
Orsiris de Jong 2023-04-22 14:37:20 +02:00
parent ff11b4441e
commit 0cdaf2cf73

View file

@ -20,7 +20,7 @@ import platform
from cryptidy import symmetric_encryption as enc
from ofunctions.random import random_string
from npbackup.customization import ID_STRING
from core.nuitka_helper import IS_COMPILED
from npbackup.core.nuitka_helper import IS_COMPILED
sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(__file__), "..")))