git://git.onelab.eu
/
plcapi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- Initial checkin of new API implementation
[plcapi.git]
/
PLC
/
Methods
/
AdmGetPowerControlUnits.py
1
from PLC.Methods.GetPCUs import GetPCUs
2
3
class AdmGetPowerControlUnits(GetPCUs):
4
"""
5
Deprecated. See GetPCUs.
6
"""
7
8
status = "deprecated"