blob: 0cc3c8810c02a098e2a7f945cdb91349985604ab [file] [log] [blame]
"""
Convenience functions for use by tests or whomever.
NOTE: this is a mixin library that pulls in functions from several places
Note carefully what the precendece order is
There's no really good way to do this, as this isn't a class we can do
inheritance with, just a collection of static methods.
"""
from autotest_lib.client.common_lib.utils import *
from autotest_lib.server.base_utils import *