X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetEvents.py;h=4fbb45152b0adf24eea4bd09e944012090a0e57e;hb=bd0cbf4f7f2e4cf7ceda500bfa6f98c0a700018b;hp=845eb3afcb19092fbd84919419f41357b1aea4c4;hpb=f5cd72e35593c96b9996ab4e49674cccc7525c48;p=plcapi.git diff --git a/PLC/Methods/GetEvents.py b/PLC/Methods/GetEvents.py index 845eb3a..4fbb451 100644 --- a/PLC/Methods/GetEvents.py +++ b/PLC/Methods/GetEvents.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -29,4 +27,3 @@ class GetEvents(Method): def call(self, auth, event_filter = None, return_fields = None): return Events(self.api, event_filter, return_fields) -