Convert the file storage rpcs to new style result
authorIustin Pop <iustin@google.com>
Wed, 10 Jun 2009 17:07:34 +0000 (19:07 +0200)
committerIustin Pop <iustin@google.com>
Mon, 15 Jun 2009 17:08:22 +0000 (19:08 +0200)
commitb2b8bccecf232f7160058c90d230bdcf2074fe6a
treebe79a66c3d317e8c4bac3367914ecfca1a530165
parent38ea42a1ede4680bced2bb26bb2e9cc6c6fe59c2
Convert the file storage rpcs to new style result

This patch converts all three file-storage rpc (create, delete, rename)
to new style result. This is done in a single patch as they all use a
helper function which itself needs to/can be converted.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/backend.py
lib/cmdlib.py