blob: 93553e0975cb16379e29f03c27a5f978ef77a27a [file] [log] [blame]
# 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.
'''
Prepares autotest-compatible namespace for ChromeOS rf unittest.
'''
import os, sys
# Load 'common' module from autotest/bin folder, for 'autotest_bin' namespace.
sys.path.insert(0, os.path.realpath(
os.path.join(os.path.dirname(__file__), '..', '..', 'bin')))
import common
sys.path.pop(0)