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