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