rpc.py (pymol-v1.8.6.0.tar.bz2) | : | rpc.py (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
""" an XML-RPC server to allow remote control of PyMol | """ an XML-RPC server to allow remote control of PyMol | |||
Author: Greg Landrum (glandrum@users.sourceforge.net) | Author: Greg Landrum (glandrum@users.sourceforge.net) | |||
Created: January 2002 | Created: January 2002 | |||
$LastChangedDate: 2016-12-05 14:04:04 -0500 (Mon, 05 Dec 2016) $ | $LastChangedDate: 2016-12-05 20:04:04 +0100 (Mon, 05 Dec 2016) $ | |||
License: PyMol | License: PyMol | |||
Requires: | Requires: | |||
- a python xmlrpclib distribution containing the SimpleXMLRPCServer | - a python xmlrpclib distribution containing the SimpleXMLRPCServer | |||
module (1.0 or greater should be fine) | module (1.0 or greater should be fine) | |||
- python with threading enabled | - python with threading enabled | |||
RD Version: $Rev: 4164 $ | RD Version: $Rev: 4164 $ | |||
Modified 2013-04-17 Thomas Holder, Schrodinger, Inc. | Modified 2013-04-17 Thomas Holder, Schrodinger, Inc. | |||
""" | """ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |