X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetAddresses.py;h=7ebc80ba77f6d6bf1756c6463e4df716c7c106ae;hb=91e6eb8f4cb875e6967fb51135b90ba2dc184cc6;hp=12c27dea93fc64e24a450f0bade23c526feca85f;hpb=77e4f177dfee85705c36298c3230b2e4a3e73467;p=plcapi.git diff --git a/PLC/Methods/GetAddresses.py b/PLC/Methods/GetAddresses.py index 12c27de..7ebc80b 100644 --- a/PLC/Methods/GetAddresses.py +++ b/PLC/Methods/GetAddresses.py @@ -1,4 +1,5 @@ # $Id$ +# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -25,7 +26,7 @@ class GetAddresses(Method): ] returns = [Address.fields] - + def call(self, auth, address_filter = None, return_fields = None): return Addresses(self.api, address_filter, return_fields)