Home | History | Annotate | Download | only in py_trace_event
      1 # Copyright 2016 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 import os
      5 import sys
      6 
      7 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
      8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
      9 sys.path.append(PY_UTILS)
     10