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