#!/usr/bin/python # # Copyright (c) 2003 Intel Corporation # All rights reserved. # # Copyright (c) 2004-2006 The Trustees of Princeton University # All rights reserved. from Exceptions import * def Run( vars, log ): log.write( "\n\nStep: Sending hardware configuration to PLC.\n" ) log.write( "Not implemented, continuing.\n" ) return