allwinner_a64/android/external/autotest/client/cros/flimflam_test_path.py
2018-08-08 16:14:42 +08:00

10 lines
309 B
Python

# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os, sys
import constants
sys.path.append(os.environ.get("SYSROOT", "/usr/local/") +
constants.FLIMFLAM_TEST_PATH)