- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetPCUs.py
index 1f8e201..13bd7dc 100644 (file)
@@ -27,8 +27,6 @@ class GetPCUs(Method):
         ]
 
     returns = [PCU.fields]
-    event_type = 'Get'
-    object_type = 'PCU'
 
     def call(self, auth, pcu_filter = None, return_fields = None):
        # If we are not admin, make sure to only return our own PCUs