first draft for GetSliceSshKeys
[plcapi.git] / PLC / Methods / AddBootState.py
index d27e01f..3e11087 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -21,7 +22,7 @@ class AddBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    
+
     def call(self, auth, name):
         boot_state = BootState(self.api)
         boot_state['boot_state'] = name