From: Stephen Soltesz Date: Mon, 5 Jan 2009 18:51:46 +0000 (+0000) Subject: added missing imports X-Git-Tag: PLCAPI-4.3-3~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cc2e1498c530eca3cd3768bbc045e96baafac0c6;p=plcapi.git added missing imports --- diff --git a/PLC/Methods/RebootNodeWithPCU.py b/PLC/Methods/RebootNodeWithPCU.py index 46c8c84..c054320 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