Adjusted init section

This commit is contained in:
2Shirt 2018-12-27 21:02:04 -07:00
parent c7706a115f
commit 3b4668e61b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -6,8 +6,8 @@ import os
import sys
# 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.hw_diags import *
init_global_vars()