Home | History | Annotate | Download | only in hosts
      1 # Copyright 2009 Google Inc. Released under the GPL v2
      2 
      3 """This is a convenience module to import all available types of hosts.
      4 
      5 Implementation details:
      6 You should 'import hosts' instead of importing every available host module.
      7 """
      8 
      9 from autotest_lib.client.common_lib import utils
     10 from base_classes import Host
     11 from repair import *
     12