• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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