X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetSiteTags.py;h=03a857b58005bc941f4007a16709f4d3967555a8;hb=f7ddb15c75cc235ee0592ac4f03005f8ce62a7d1;hp=4663e8a9790360036eb4b4a24869a53a1b23973f;hpb=84d214e3c398bbb172e1a4a0adc22e57179d5954;p=plcapi.git diff --git a/PLC/Methods/GetSiteTags.py b/PLC/Methods/GetSiteTags.py index 4663e8a..03a857b 100644 --- a/PLC/Methods/GetSiteTags.py +++ b/PLC/Methods/GetSiteTags.py @@ -1,10 +1,6 @@ -# $Id: GetSiteTags.py 14587 2009-07-19 13:18:50Z thierry $ -# $URL: http://svn.planet-lab.org/svn/PLCAPI/tags/PLCAPI-4.3-27/PLC/Methods/GetSiteTags.py $ # # Thierry Parmentelat - INRIA # -# $Revision: 14587 $ -# from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -36,7 +32,7 @@ class GetSiteTags(Method): ] returns = [SiteTag.fields] - + def call(self, auth, site_tag_filter = None, return_fields = None):