Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / PLC / Methods / AdmGetNodes.py
index b361880..74d8489 100644 (file)
@@ -2,7 +2,10 @@ from PLC.Methods.GetNodes import GetNodes
 
 class AdmGetNodes(GetNodes):
     """
-    Deprecated. See GetNodes.
+    Deprecated. See GetNodes. All fields are now always returned.
     """
 
     status = "deprecated"
+
+    def call(self, auth, node_id_or_hostname_list = None, return_fields = None):
+        return GetNodes.call(self, auth, node_id_or_hostname_list)