svn kwds
[plcapi.git] / PLC / Methods / SliceUpdate.py
index 2f53ad0..a07bc1c 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 import time
 
 from PLC.Faults import *
@@ -26,8 +27,6 @@ class SliceUpdate(UpdateSlice):
 
     returns = Parameter(int, '1 if successful')
 
-    object_type = 'Slice'
-
     def call(self, auth, slice_name, url, description):
 
        slice_fields = {}