merge changes from HEAD
[plcapi.git] / PLC / Methods / AdmGetNodes.py
index e8534ef..74d8489 100644 (file)
@@ -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)