xref: /aosp_15_r20/external/autotest/client/cros/flimflam_test_path.py (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Lint as: python2, python3
2# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import os, sys
7
8from autotest_lib.client.cros import constants
9
10sys.path.append(os.environ.get("SYSROOT", "/usr/local/") +
11                constants.FLIMFLAM_TEST_PATH)
12