X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FSliceNodesAdd.py;h=10435247300f1a11ebf79aeb2e9f78b276af7d23;hb=be959d0158ffaff6d50158269f03ba7f2c1da56f;hp=c4aba6e9b039b3b4689e35038c2f45c828a107f2;hpb=f9abd41a98993c5f4f18c0ecb7aa34eb86d58c64;p=plcapi.git diff --git a/PLC/Methods/SliceNodesAdd.py b/PLC/Methods/SliceNodesAdd.py index c4aba6e..1043524 100644 --- a/PLC/Methods/SliceNodesAdd.py +++ b/PLC/Methods/SliceNodesAdd.py @@ -1,3 +1,5 @@ +# $Id$ +# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -24,7 +26,6 @@ class SliceNodesAdd(AddSliceToNodes): returns = Parameter(int, '1 if successful') - def call(self, auth, slice_name, nodes_list): - return AddSliceToNodes.call(self, auth, slice_name, nodes_list) + return AddSliceToNodes.call(self, auth, slice_name, nodes_list)