more detailed info passed when raising an exception
[plcapi.git] / PLC / Methods / AdmUpdateSite.py
1 from PLC.Methods.UpdateSite import UpdateSite
2
3 class AdmUpdateSite(UpdateSite):
4     """
5     Deprecated. See UpdateSite.
6     """
7
8     status = "deprecated"