blob: 701d05ca5de18587abe5dd732f7fa811c8dc1393 [file] [log] [blame]
#!/usr/bin/python
# Copyright 2012 Google Inc. All Rights Reserved.
#
"""Test configurations. Includes a list of auto-probed bruno devices."""
from configs import hosts
__author__ = 'Avery Pennarun (apenwarr@google.com)'
def main():
print hosts
if __name__ == '__main__':
main()