blob: 61e3db56883b4eb9935c68432ce6dd9c4acf2193 [file] [log] [blame]
# Copyright 2016 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.
"""Argument handling for pytests.
Relocated to cros.factory.utils.arg_utils. Allow old-style includes
for legacy code in private repositories.
"""
import factory_common # pylint: disable=unused-import
# pylint: disable=wildcard-import,unused-wildcard-import
from cros.factory.utils.arg_utils import *