From: Anil-Kumar Vengalil Date: Tue, 11 Aug 2009 17:50:14 +0000 (+0000) Subject: required to mark peer_id of key object X-Git-Tag: PLCAPI-4.3-23~15 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=23f3bc500a0a03e0056d5b4e3f24f2d00543e1fe required to mark peer_id of key object --- 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 *