Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / PLC / Methods / SliceNodesAdd.py
index c4aba6e..35ccabe 100644 (file)
@@ -24,7 +24,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)