From 87f6f09927e08240d1815e55803acac30d28ca73 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 17 May 2007 19:23:09 +0000 Subject: [PATCH] - include PLC.Site, PLC.Sites --- PLC/Methods/AddNodeToPCU.py | 1 + PLC/Methods/DeleteNodeFromPCU.py | 1 + 2 files changed, 2 insertions(+) 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): -- 2.45.2