get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / SliceDelete.py
index d4ec61d..3376821 100644 (file)
@@ -24,7 +24,6 @@ class SliceDelete(DeleteSlice):
 
     returns = Parameter(int, 'Returns 1 if successful, a fault otherwise.')
 
-
     def call(self, auth, slice_name):
 
-       return DeleteSlice.call(self, auth, slice_name)
+        return DeleteSlice.call(self, auth, slice_name)