From: Tony Mack Date: Thu, 17 May 2007 19:23:09 +0000 (+0000) Subject: - include PLC.Site, PLC.Sites X-Git-Tag: PLCAPI-4.2-0~123 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=87f6f09927e08240d1815e55803acac30d28ca73;p=plcapi.git - include PLC.Site, PLC.Sites --- diff --git a/PLC/Methods/AddNodeToPCU.py b/PLC/Methods/AddNodeToPCU.py index 2da5cd65..c0d5eff9 100644 --- a/PLC/Methods/AddNodeToPCU.py +++ b/PLC/Methods/AddNodeToPCU.py @@ -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): diff --git a/PLC/Methods/DeleteNodeFromPCU.py b/PLC/Methods/DeleteNodeFromPCU.py index d2682986..8e728efb 100644 --- a/PLC/Methods/DeleteNodeFromPCU.py +++ b/PLC/Methods/DeleteNodeFromPCU.py @@ -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):