svn keywords
[plcapi.git] / PLC / Methods / SliceDelete.py
index 75eef3f..453b707 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 import re
 
 from PLC.Faults import *
@@ -24,9 +26,6 @@ class SliceDelete(DeleteSlice):
 
     returns = Parameter(int, 'Returns 1 if successful, a fault otherwise.')
 
-    object_type = 'Slice'
-
-
     def call(self, auth, slice_name):
 
        return DeleteSlice.call(self, auth, slice_name)