blob: 9bf22af9fd5f2dc6ff0bdeb8dec87dfd47aad328 [file] [log] [blame]
# Copyright 2016 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Argument handling for pytests.
Relocated to cros.factory.utils.arg_utils. Allow old-style includes
for legacy code in private repositories.
"""
# pylint: disable=wildcard-import,unused-wildcard-import
from cros.factory.utils.arg_utils import *