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