svn:keywords
[bootmanager.git] / source / steps / SendHardwareConfigToPLC.py
1 #!/usr/bin/python
2 #
3 # $Id$
4 # $URL$
5 #
6 # Copyright (c) 2003 Intel Corporation
7 # All rights reserved.
8 #
9 # Copyright (c) 2004-2006 The Trustees of Princeton University
10 # All rights reserved.
11
12
13 from Exceptions import *
14
15
16 def Run( vars, log ):
17
18     log.write( "\n\nStep: Sending hardware configuration to PLC.\n" )
19
20     log.write( "Not implemented, continuing.\n" )
21     
22     return