svn keywords
[plcapi.git] / PLC / Methods / BootCheckAuthentication.py
1 # $Id$
2 # $URL$
3 from PLC.Methods.AuthCheck import AuthCheck
4
5 class BootCheckAuthentication(AuthCheck):
6     """
7     Deprecated. See AuthCheck.
8     """
9
10     status = "deprecated"