| # 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 * |