git://git.onelab.eu
/
plcapi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Branch 5.0 for module PLCAPI created from tag PLCAPI-4.2-8
[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"