broken build - please review
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Jan 2009 07:44:13 +0000 (07:44 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Jan 2009 07:44:13 +0000 (07:44 +0000)
PLC/Methods/RebootNodeWithPCU.py

index b7ba001..a9e20f5 100644 (file)
@@ -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