Merge commit 'origin/master'
[plcapi.git] / PLC / Methods / DeleteBootState.py
index 7b7e6d3..5f47755 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -32,5 +33,5 @@ class DeleteBootState(Method):
         boot_state = boot_states[0]
 
         boot_state.delete()
-       
+
         return 1