blob: 81e7a4b9cdeb0b43267965c45d021e833dcea399 [file] [log] [blame]
from autotest_lib.server.hosts import chromiumos_host
def postprocess_classes(classes, hostname, **args):
"""Site-specific processing of the class list."""
classes.append(chromiumos_host.ChromiumOSHost)