added missing imports
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 5 Jan 2009 18:51:46 +0000 (18:51 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 5 Jan 2009 18:51:46 +0000 (18:51 +0000)
PLC/Methods/RebootNodeWithPCU.py

index 46c8c84..c054320 100644 (file)
@@ -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