blob: 72f72f938f37b7c7cac729de05df446b0bbbd253 [file] [log] [blame]
mblighdc735a22007-08-02 16:54:37 +00001"""
mblighe7dc9d32009-01-21 19:24:38 +00002Convenience 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.
mblighdcd57a82007-07-11 23:06:47 +00009"""
10
mblighe7dc9d32009-01-21 19:24:38 +000011from autotest_lib.client.common_lib.utils import *
12from autotest_lib.server.base_utils import *
mbligh798f9522009-07-02 19:03:01 +000013if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
14 from autotest_lib.server.site_utils import *