From: Thierry Parmentelat Date: Tue, 6 Jan 2009 07:44:13 +0000 (+0000) Subject: broken build - please review X-Git-Tag: PLCAPI-4.3-3~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f9e1dfc0545704c4172eff6aa1867c47d3a8539d;p=plcapi.git broken build - please review --- 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