- include PLC.Site, PLC.Sites
authorTony Mack <tmack@cs.princeton.edu>
Thu, 17 May 2007 19:23:09 +0000 (19:23 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 17 May 2007 19:23:09 +0000 (19:23 +0000)
PLC/Methods/AddNodeToPCU.py
PLC/Methods/DeleteNodeFromPCU.py

index 2da5cd6..c0d5eff 100644 (file)
@@ -3,6 +3,7 @@ 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.Sites import Site, Sites
 from PLC.Auth import Auth
 
 class AddNodeToPCU(Method):
index d268298..8e728ef 100644 (file)
@@ -3,6 +3,7 @@ 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.Sites import Site, Sites
 from PLC.Auth import Auth
 
 class DeleteNodeFromPCU(Method):