This replaces the existing Legacy/* support with a new approach that
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 21 May 2009 22:08:49 +0000 (22:08 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 21 May 2009 22:08:49 +0000 (22:08 +0000)
commitedbf1923b57a320ef85f61882240ac2c4a3306f0
treeda78a81520d2f2b593ec490311b81201a416dffd
parent0a3159ac826bb3d94efeef7032150819823ae3e7
This replaces the existing Legacy/* support with a new approach that
attempts to more cleanly integrate with the way the API functions in
terms of the way authentication, documentation/help, etc. operates.
27 files changed:
PLC/API.py
PLC/Legacy/Types.py [deleted file]
PLC/Legacy/__init__.py [deleted file]
PLC/Legacy/v42legacy.py [deleted file]
PLC/Methods/AddNodeNetwork.py [new file with mode: 0644]
PLC/Methods/AddNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/AddNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/AddSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetwork.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/DeleteSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworkSettingTypes.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworkSettings.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworks.py [new file with mode: 0644]
PLC/Methods/GetSliceAttributeTypes.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetwork.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/UpdateSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/__init__.py
PLC/__init__.py
PLC/v42Legacy.py [new file with mode: 0644]
PLC/v42LegacyNodeNetworkSettings.py [new file with mode: 0644]
PLC/v42LegacyNodeNetworks.py [new file with mode: 0644]
PLC/v42LegacyNodes.py [moved from PLC/Legacy/NodeNetworks.py with 54% similarity]
PLC/v42LegacyTypes.py [new file with mode: 0644]