required to mark peer_id of key object
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 11 Aug 2009 17:50:14 +0000 (17:50 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 11 Aug 2009 17:50:14 +0000 (17:50 +0000)
PLC/Methods/BindObjectToPeer.py
PLC/Methods/UnBindObjectFromPeer.py

index 66bc703..70f24c3 100644 (file)
@@ -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 *
  
index 4778ccb..1e5c4f5 100644 (file)
@@ -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 *