- implement AddressType and Address manipulation
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 6 Oct 2006 19:36:19 +0000 (19:36 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 6 Oct 2006 19:36:19 +0000 (19:36 +0000)
commit73f8aff35c77b2b8c3c8326a4bf3f7faecde7878
tree2bea26e4557a00248f319f6e75df611b6b5094c1
parentf37dbfeaf522f70940f250a5084d273962cc2c69
- implement AddressType and Address manipulation
PLC/Methods/AddAddress.py [new file with mode: 0644]
PLC/Methods/AddAddressType.py [new file with mode: 0644]
PLC/Methods/AddAddressTypeToAddress.py [new file with mode: 0644]
PLC/Methods/DeleteAddress.py [new file with mode: 0644]
PLC/Methods/DeleteAddressType.py [new file with mode: 0644]
PLC/Methods/DeleteAddressTypeFromAddress.py [new file with mode: 0644]
PLC/Methods/GetAddressTypes.py [new file with mode: 0644]
PLC/Methods/GetAddresses.py [new file with mode: 0644]
PLC/Methods/UpdateAddress.py [new file with mode: 0644]
PLC/Methods/UpdateAddressType.py [new file with mode: 0644]
PLC/Methods/__init__.py