take out the code that computes a new key - for use by the dummynet boot medium creat...
[plcapi.git] / PLC / Methods / AdmDeleteSitePowerControlUnit.py
1 from PLC.Methods.DeletePCU import DeletePCU
2
3 class AdmDeleteSitePowerControlUnit(DeletePCU):
4     """
5     Deprecated. See DeletePCU.
6     """
7
8     status = "deprecated"