check in all bootmanager sources
[bootmanager.git] / source / steps / SendHardwareConfigToPLC.py
1 from Exceptions import *
2
3
4 def Run( vars, log ):
5
6     log.write( "\n\nStep: Sending hardware configuration to PLC.\n" )
7
8     log.write( "Not implemented, continuing.\n" )
9     
10     return