Better error codes (NoSuchService, UnknownObject, NoSuchMethod).
commit54bd83ae89b2402b1b9d370fc0ddfb7d6025c869
authorThomas Leonard <talex5@gmail.com>
Tue, 28 Feb 2006 20:48:34 +0000 (28 20:48 +0000)
committerThomas Leonard <talex5@gmail.com>
Tue, 28 Feb 2006 20:48:34 +0000 (28 20:48 +0000)
tree5c1a1ed54ff8fa02a0a52c458901a0fc6da39c3e
parent0df8f4537c344ee0e5cd1ff3e74710db32198083
Better error codes (NoSuchService, UnknownObject, NoSuchMethod).
Cope with returning None (returns True instead).
Simplified API (no need to subclass ExportedObject, call register, or
use invoke).

git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@4408 66de3db3-b00d-0410-b41b-f4738ad19bea
python/rox/xxmlrpc.py
tests/python/testxxmlrpc.py