get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetEvents.py
index 0ee58df..4fbb451 100644 (file)
@@ -24,9 +24,6 @@ class GetEvents(Method):
         ]
 
     returns = [Event.fields]
-    event_type = 'Get'
-    object_type = 'Event'
 
     def call(self, auth, event_filter = None, return_fields = None):
         return Events(self.api, event_filter, return_fields)
-