move legacy v42 methods to Legacy/ sub directory
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 26 May 2009 21:40:41 +0000 (21:40 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 26 May 2009 21:40:41 +0000 (21:40 +0000)
commite30b3a7b16418dc44cbda934459fa1a5a4e74306
tree4d6417c0d8fa785d3d44e7ca12492a57812ba3f6
parent5cdd97b61e35ed47b04c8d68cbb001c6f0ebe638
move legacy v42 methods to Legacy/ sub directory
24 files changed:
Makefile
PLC/API.py
PLC/Legacy/AddNodeNetwork.py [moved from PLC/Methods/AddNodeNetwork.py with 100% similarity]
PLC/Legacy/AddNodeNetworkSetting.py [moved from PLC/Methods/AddNodeNetworkSetting.py with 100% similarity]
PLC/Legacy/AddNodeNetworkSettingType.py [moved from PLC/Methods/AddNodeNetworkSettingType.py with 100% similarity]
PLC/Legacy/AddSliceAttribute.py [moved from PLC/Methods/AddSliceAttribute.py with 100% similarity]
PLC/Legacy/AddSliceAttributeType.py [moved from PLC/Methods/AddSliceAttributeType.py with 100% similarity]
PLC/Legacy/DeleteNodeNetwork.py [moved from PLC/Methods/DeleteNodeNetwork.py with 100% similarity]
PLC/Legacy/DeleteNodeNetworkSetting.py [moved from PLC/Methods/DeleteNodeNetworkSetting.py with 100% similarity]
PLC/Legacy/DeleteNodeNetworkSettingType.py [moved from PLC/Methods/DeleteNodeNetworkSettingType.py with 100% similarity]
PLC/Legacy/DeleteSliceAttribute.py [moved from PLC/Methods/DeleteSliceAttribute.py with 100% similarity]
PLC/Legacy/DeleteSliceAttributeType.py [moved from PLC/Methods/DeleteSliceAttributeType.py with 100% similarity]
PLC/Legacy/GetNodeNetworkSettingTypes.py [moved from PLC/Methods/GetNodeNetworkSettingTypes.py with 100% similarity]
PLC/Legacy/GetNodeNetworkSettings.py [moved from PLC/Methods/GetNodeNetworkSettings.py with 100% similarity]
PLC/Legacy/GetNodeNetworks.py [moved from PLC/Methods/GetNodeNetworks.py with 100% similarity]
PLC/Legacy/GetSliceAttributeTypes.py [moved from PLC/Methods/GetSliceAttributeTypes.py with 100% similarity]
PLC/Legacy/GetSliceAttributes.py [moved from PLC/Methods/GetSliceAttributes.py with 100% similarity]
PLC/Legacy/UpdateNodeNetwork.py [moved from PLC/Methods/UpdateNodeNetwork.py with 100% similarity]
PLC/Legacy/UpdateNodeNetworkSetting.py [moved from PLC/Methods/UpdateNodeNetworkSetting.py with 100% similarity]
PLC/Legacy/UpdateNodeNetworkSettingType.py [moved from PLC/Methods/UpdateNodeNetworkSettingType.py with 100% similarity]
PLC/Legacy/UpdateSliceAttribute.py [moved from PLC/Methods/UpdateSliceAttribute.py with 100% similarity]
PLC/Legacy/UpdateSliceAttributeType.py [moved from PLC/Methods/UpdateSliceAttributeType.py with 100% similarity]
PLC/Legacy/__init__.py [new file with mode: 0644]
PLC/Methods/__init__.py