remove breakpoints, and use log instead of print when possible
[bootmanager.git] / source / steps / SendHardwareConfigToPLC.py
index 4d8fa0c..52ad003 100644 (file)
@@ -1,10 +1,17 @@
-from Exceptions import *
+#!/usr/bin/python
+#
+# Copyright (c) 2003 Intel Corporation
+# All rights reserved.
+#
+# Copyright (c) 2004-2006 The Trustees of Princeton University
+# All rights reserved.
 
+from Exceptions import *
 
-def Run( vars, log ):
+def Run(vars, log):
 
-    log.write( "\n\nStep: Sending hardware configuration to PLC.\n" )
+    log.write("\n\nStep: Sending hardware configuration to PLC.\n")
 
-    log.write( "Not implemented, continuing.\n" )
+    log.write("step SendHardwareConfigToPLC Not implemented, continuing.\n")
     
     return