get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / SliceDelete.py
index 9d79a75..3376821 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 import re
 
 from PLC.Faults import *
@@ -27,4 +26,4 @@ class SliceDelete(DeleteSlice):
 
     def call(self, auth, slice_name):
 
-       return DeleteSlice.call(self, auth, slice_name)
+        return DeleteSlice.call(self, auth, slice_name)