aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/counters_group_by_freq.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/trace_processor/counters_group_by_freq.py')
-rw-r--r--test/trace_processor/counters_group_by_freq.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/trace_processor/counters_group_by_freq.py b/test/trace_processor/counters_group_by_freq.py
index e39b9224d..d30f3e3f3 100644
--- a/test/trace_processor/counters_group_by_freq.py
+++ b/test/trace_processor/counters_group_by_freq.py
@@ -14,7 +14,8 @@
# limitations under the License.
from os import sys, path
-sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))
+
+sys.path.append(path.dirname(path.abspath(__file__)))
import synth_common
trace = synth_common.create_trace()