get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / AddBootState.py
index 080c2be..522fd25 100644 (file)
@@ -20,10 +20,7 @@ class AddBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    event_type = 'Add'
-    object_type = 'BootState'
-    object_ids = []
-    
+
     def call(self, auth, name):
         boot_state = BootState(self.api)
         boot_state['boot_state'] = name