Fix a couple of epydoc warnings
authorIustin Pop <iustin@google.com>
Sun, 19 Jul 2009 14:40:57 +0000 (16:40 +0200)
committerIustin Pop <iustin@google.com>
Sun, 19 Jul 2009 16:38:07 +0000 (18:38 +0200)
commit6af6270ac63a00a3946d0ad4c633f248a0a0c7f3
tree827cddc9b6617ac4dd1c89cc5f25b9f20d7e40e7
parent34327f511aac3bbf4a0f8afc4e002a15a03596d5
Fix a couple of epydoc warnings

It seems epydoc needs fully-qualified references, and doesn't deal with
relative ones (not even in the current module) if there are any
ambiguities.

There are other epydoc warnings, in the rapi docstrings, but those are
left as-is as they're removed in 2.1.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/rpc.py
scripts/gnt-instance