- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetRoles.py
index ba15ee1..7d7c264 100644 (file)
@@ -17,8 +17,6 @@ class GetRoles(Method):
 
     returns = [Role.fields]
     
-    event_type = 'Get'
-    object_type = 'Role'
 
     def call(self, auth):
        return Roles(self.api)