- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / SliceDelete.py
index d4ec61d..c0f73c7 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 import re
 
 from PLC.Faults import *
@@ -24,7 +26,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)