X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteBootState.py;h=1bea3db7f3842eed466830bf3aa3b69c9d3b7e99;hb=bd0cbf4f7f2e4cf7ceda500bfa6f98c0a700018b;hp=7b7e6d389ad4a378898270a7bb24e55312c8ea95;hpb=77e4f177dfee85705c36298c3230b2e4a3e73467;p=plcapi.git diff --git a/PLC/Methods/DeleteBootState.py b/PLC/Methods/DeleteBootState.py index 7b7e6d3..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