blob: 382f79d50c32c64652cb81d617aa47e2c00eff14 [file] [log] [blame]
Eric Li861b2d52011-02-04 14:50:35 -08001"""
2Convenience functions for use by tests or whomever.
mbligh63073c92008-03-31 16:49:32 +00003
Eric Li861b2d52011-02-04 14:50:35 -08004NOTE: this is a mixin library that pulls in functions from several places
5Note carefully what the precendece order is
mbligh81edd792008-08-26 16:54:02 +00006
Eric Li861b2d52011-02-04 14:50:35 -08007There'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"""
mbligh849a0f62008-08-28 20:12:19 +000010
Eric Li861b2d52011-02-04 14:50:35 -080011from autotest_lib.client.common_lib.base_utils import *
12if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
13 from autotest_lib.client.common_lib.site_utils import *