Setting tag plcapi-5.4-2
[plcapi.git] / PLC / Methods / GetEventObjects.py
index 432ae04..c71c257 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -28,4 +26,3 @@ class GetEventObjects(Method):
 
     def call(self, auth, event_filter = None, return_fields = None):
         return EventObjects(self.api, event_filter, return_fields)
-