mirror of
https://github.com/bkerler/edl.git
synced 2025-08-28 22:19:04 -04:00
This commit is contained in:
parent
8eed8ce5f3
commit
0b4ba93263
1 changed files with 6 additions and 4 deletions
|
@ -22,10 +22,12 @@ sys.path.insert(0, current_dir)
|
|||
try:
|
||||
from edlclient.Tools.qc_diag import qcdiag
|
||||
except ImportError as e:
|
||||
print(current_dir)
|
||||
from qc_diag import qcdiag
|
||||
|
||||
pass
|
||||
script_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
|
||||
sys.path.insert(0, script_path)
|
||||
try:
|
||||
from edlclient.Tools.qc_diag import qcdiag
|
||||
except ImportError as e:
|
||||
print("ImportError: %s" % e)
|
||||
|
||||
try:
|
||||
from edlclient.Library.utils import LogBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue