fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / DeleteBootState.py
index d8224c4..1bea3db 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -32,5 +31,5 @@ class DeleteBootState(Method):
         boot_state = boot_states[0]
 
         boot_state.delete()
-       
+
         return 1