tweaks for reservable nodes
[plcapi.git] / PLC / Methods / SliceUserAdd.py
index cee64c1..fb8ac72 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -24,8 +26,6 @@ class SliceUserAdd(AddPersonToSlice):
 
     returns = Parameter(int, '1 if successful')
 
-    object_type = 'Slice'
-
     def call(self, auth, slice_name, user_list):
 
        for user in user_list: