Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / trunk / PLC / Methods / AdmGetAllAddressTypes.py
1 from PLC.Methods.GetAddressTypes import GetAddressTypes
2
3 class AdmGetAllAddressTypes(GetAddressTypes):
4     """
5     Deprecated. See GetAddressTypes.
6     """
7
8     status = "deprecated"