blob: 98c1307f234874ec050b185e2c537b71c8e1719a [file] [log] [blame]
mbligh9bfef382009-05-21 01:32:27 +00001"""
2This is a high level partition module that executes the contents of
3base_partition.py and if it exists the contents of site_partition.py.
4"""
mblighd7fb4a62006-10-01 00:57:53 +00005
jadmanski69bdaac2010-07-28 16:27:20 +00006from autotest_lib.client.bin.base_partition import *
7try:
8 from autotest_lib.client.bin.site_partition import *
9except ImportError:
10 pass