Adjusted init section
This commit is contained in:
parent
c7706a115f
commit
3b4668e61b
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Init
|
# Init
|
||||||
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||||
|
sys.path.append(os.getcwd())
|
||||||
from functions.ddrescue import *
|
from functions.ddrescue import *
|
||||||
from functions.hw_diags import *
|
from functions.hw_diags import *
|
||||||
init_global_vars()
|
init_global_vars()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue