added missing imports
[plcapi.git] / PLC / Methods / RebootNodeWithPCU.py
index 46c8c84..c054320 100644 (file)
@@ -4,6 +4,7 @@ from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Nodes import Node, Nodes
+from PLC.PCUs import PCU, PCUs
 from PLC.NodeNetworks import NodeNetwork, NodeNetworks
 from PLC.Auth import Auth
 from PLC.POD import udp_pod