shebags mention python2 explicitly
[bootmanager.git] / source / steps / SendHardwareConfigToPLC.py
1 #!/usr/bin/python2
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 from Exceptions import *
10
11 def Run(vars, log):
12
13     log.write("\n\nStep: Sending hardware configuration to PLC.\n")
14
15     log.write("step SendHardwareConfigToPLC Not implemented, continuing.\n")
16     
17     return