utils.py revision aece77e0d7093df8347895b1f7686db3ec842d4f
1"""
2Convenience functions for use by tests or whomever.
3
4NOTE: this is a mixin library that pulls in functions from several places
5Note carefully what the precendece order is
6
7There's no really good way to do this, as this isn't a class we can do
8inheritance with, just a collection of static methods.
9"""
10
11from autotest_lib.client.common_lib.utils import *
12from autotest_lib.client.bin.base_utils import *
13from autotest_lib.client.bin.site_utils import *
14