From cc2e1498c530eca3cd3768bbc045e96baafac0c6 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 5 Jan 2009 18:51:46 +0000 Subject: [PATCH] added missing imports --- PLC/Methods/RebootNodeWithPCU.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PLC/Methods/RebootNodeWithPCU.py b/PLC/Methods/RebootNodeWithPCU.py index 46c8c84c..c0543201 100644 --- a/PLC/Methods/RebootNodeWithPCU.py +++ b/PLC/Methods/RebootNodeWithPCU.py @@ -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 -- 2.47.0