4d8fa0c35a2860fb5c78cd6f2cd96b213f641b7e
[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