You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
407 B

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
import sys
CHROMIUM_SRC_DIR = os.path.join(os.path.dirname(__file__), '..', '..')
TYP_PATH = os.path.join(CHROMIUM_SRC_DIR, 'third_party', 'catapult',
'third_party', 'typ')
if TYP_PATH not in sys.path:
sys.path.append(TYP_PATH)