get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / SliceDelete.py
index 453b707..3376821 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 import re
 
 from PLC.Faults import *
@@ -28,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)