mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-20 04:44:50 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
|
import sys
|
||
|
import os
|
||
|
|
||
|
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
||
|
|