- hack xmlrpclib so that it can marshal subclasses of built-in types (e.g., Row)
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:48:07 +0000 (13:48 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 24 Oct 2006 13:48:07 +0000 (13:48 +0000)
commitc8005424dcfa9e09275402d6e8bacbc989e92174
treea587619a73a207b92e983c91c6dc44fd4e6a09b3
parent663a5d604bc5e96c77c62e9fdd9da66842d12589
- hack xmlrpclib so that it can marshal subclasses of built-in types (e.g., Row)
17 files changed:
PLC/Methods/AdmGetSitePowerControlUnits.py
PLC/Methods/GetAddresses.py
PLC/Methods/GetConfFiles.py
PLC/Methods/GetEvents.py
PLC/Methods/GetKeys.py
PLC/Methods/GetNodeGroups.py
PLC/Methods/GetNodeNetworks.py
PLC/Methods/GetNodes.py
PLC/Methods/GetPCUs.py
PLC/Methods/GetPersons.py
PLC/Methods/GetRoles.py
PLC/Methods/GetSites.py
PLC/Methods/GetSliceAttributeTypes.py
PLC/Methods/GetSliceAttributes.py
PLC/Methods/GetSlices.py
PLC/Methods/GetSlivers.py
PLC/Methods/__init__.py