Make call_os_get a single node function
authorGuido Trotter <ultrotter@google.com>
Sun, 4 Nov 2007 04:10:44 +0000 (04:10 +0000)
committerGuido Trotter <ultrotter@google.com>
Sun, 4 Nov 2007 04:10:44 +0000 (04:10 +0000)
commit00fe9e3806cfb52235d20ba7a5f76a265e6af434
tree3a72ec48f2fce538ad454c656b2cc316904dd86c
parent74b4217db453119973d5a18bb972c6ea7cfe704b
Make call_os_get a single node function

call_os_get is never called with a real list of nodes, so there's no point in
it being multi-node. Making it single-node till a usage for multi-node call is
found.

Reviewed-By: iustinp
lib/cmdlib.py
lib/rpc.py