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