- fixed return documentation
authorTony Mack <tmack@cs.princeton.edu>
Wed, 20 Sep 2006 14:41:07 +0000 (14:41 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 20 Sep 2006 14:41:07 +0000 (14:41 +0000)
PLC/Methods/AdmGetAllNodeNetworks.py

index 48f2cb7..24afa65 100644 (file)
@@ -22,7 +22,7 @@ class AdmGetAllNodeNetworks(Method):
                Node.fields['hostname'])
         ]
 
-    #returns = [NodeNetwork.all_fields]
+    returns = [NodeNetwork.all_fields]
 
     def call(self, auth, node_id_or_hostname):
         # Authenticated function