From 23f3bc500a0a03e0056d5b4e3f24f2d00543e1fe Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 11 Aug 2009 17:50:14 +0000 Subject: [PATCH] required to mark peer_id of key object --- PLC/Methods/BindObjectToPeer.py | 1 + PLC/Methods/UnBindObjectFromPeer.py | 1 + 2 files changed, 2 insertions(+) diff --git a/PLC/Methods/BindObjectToPeer.py b/PLC/Methods/BindObjectToPeer.py index 66bc703..70f24c3 100644 --- a/PLC/Methods/BindObjectToPeer.py +++ b/PLC/Methods/BindObjectToPeer.py @@ -9,6 +9,7 @@ from PLC.Persons import Persons from PLC.Sites import Sites from PLC.Nodes import Nodes from PLC.Slices import Slices +from PLC.Keys import Keys from PLC.Peers import Peers from PLC.Faults import * diff --git a/PLC/Methods/UnBindObjectFromPeer.py b/PLC/Methods/UnBindObjectFromPeer.py index 4778ccb..1e5c4f5 100644 --- a/PLC/Methods/UnBindObjectFromPeer.py +++ b/PLC/Methods/UnBindObjectFromPeer.py @@ -9,6 +9,7 @@ from PLC.Persons import Persons from PLC.Sites import Sites from PLC.Nodes import Nodes from PLC.Slices import Slices +from PLC.Keys import Keys from PLC.Peers import Peers from PLC.Faults import * -- 2.43.0