shebags mention python2 explicitly
[bootmanager.git] / source / steps / SendHardwareConfigToPLC.py
index 70beed5..db27115 100644 (file)
@@ -1,19 +1,17 @@
-#!/usr/bin/python
-
+#!/usr/bin/python2
+#
 # 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