mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 22:44:04 +08:00
Fix relative import path
This commit is contained in:
parent
ff11b4441e
commit
0cdaf2cf73
1 changed files with 1 additions and 1 deletions
|
@ -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__), "..")))
|
||||
|
|
Loading…
Reference in a new issue