X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAdmGetNodes.py;h=74d84892ca41bc0094653d1b24f28119e706f854;hb=454ed505788aacb55658479b06fa05a9d73cc74e;hp=e8534ef005d99f4add2b69a8f0ad7efa2dd884d4;hpb=b0d2dea38d0136e256330b561ec1c6efd652f4dc;p=plcapi.git diff --git a/PLC/Methods/AdmGetNodes.py b/PLC/Methods/AdmGetNodes.py index e8534ef..74d8489 100644 --- a/PLC/Methods/AdmGetNodes.py +++ b/PLC/Methods/AdmGetNodes.py @@ -7,7 +7,5 @@ class AdmGetNodes(GetNodes): status = "deprecated" - object_type = 'Node' - def call(self, auth, node_id_or_hostname_list = None, return_fields = None): return GetNodes.call(self, auth, node_id_or_hostname_list)