- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetEvents.py
index 2bc989c..6b88618 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -27,4 +29,3 @@ class GetEvents(Method):
 
     def call(self, auth, event_filter = None, return_fields = None):
         return Events(self.api, event_filter, return_fields)
-