git://git.onelab.eu
/
plcapi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- no need for os
[plcapi.git]
/
PLC
/
Methods
/
AdmRebootNode.py
1
from PLC.Methods.RebootNode import RebootNode
2
3
class AdmRebootNode(RebootNode):
4
"""
5
Deprecated. See RebootNode.
6
"""
7
8
status = "deprecated"