- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetPersons.py
index 56c7cd9..4de3347 100644 (file)
@@ -33,8 +33,6 @@ class GetPersons(Method):
     return_fields = dict(filter(can_return, Person.fields.items()))
     returns = [return_fields]
     
-    event_type = 'Get'
-    object_type = 'Person'
 
     def call(self, auth, person_filter = None, return_fields = None):