From f9e1dfc0545704c4172eff6aa1867c47d3a8539d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 6 Jan 2009 07:44:13 +0000 Subject: [PATCH] broken build - please review --- PLC/Methods/RebootNodeWithPCU.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PLC/Methods/RebootNodeWithPCU.py b/PLC/Methods/RebootNodeWithPCU.py index b7ba0018..a9e20f51 100644 --- a/PLC/Methods/RebootNodeWithPCU.py +++ b/PLC/Methods/RebootNodeWithPCU.py @@ -1,13 +1,13 @@ +# $Id$ import socket from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed +from PLC.Auth import Auth + 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 try: from pcucontrol import reboot -- 2.47.0