X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=PLC%2FMethods%2FDeleteBootState.py;h=1bea3db7f3842eed466830bf3aa3b69c9d3b7e99;hb=085d2632ea5f116e91d8435c21aa1163ce40ac97;hp=d8224c450d609787a86d8f966d402a93499b7cd3;hpb=286cdfc25f6ef8fd3e0ed59a175bcf801b14038a;p=plcapi.git diff --git a/PLC/Methods/DeleteBootState.py b/PLC/Methods/DeleteBootState.py index d8224c4..1bea3db 100644 --- a/PLC/Methods/DeleteBootState.py +++ b/PLC/Methods/DeleteBootState.py @@ -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