Added 'proxy' module. This allows one Python process to invoke methods on
commit567a83f2d2da59e2d690071b4b4a63b6d6a53de2
authorThomas Leonard <talex5@gmail.com>
Thu, 10 Jun 2004 13:41:38 +0000 (10 13:41 +0000)
committerThomas Leonard <talex5@gmail.com>
Thu, 10 Jun 2004 13:41:38 +0000 (10 13:41 +0000)
treeb6f4cf834aa4be3e6da7381abd8cd09bd726f819
parent24a66272279b24eb5e92a51715818cadf6826225
Added 'proxy' module. This allows one Python process to invoke methods on
another asynchronously.
Added rox.UserAbort exception, to be raised when users cancel something
manually.

git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@3551 66de3db3-b00d-0410-b41b-f4738ad19bea
Help/Changes
python/rox/__init__.py
python/rox/proxy.py [new file with mode: 0644]
python/rox/saving.py