compatibility mode, support for 2 ends running different api releases
[plcapi.git] / PLC / Methods / UnBindObjectFromPeer.py
index 4778ccb..8b125fd 100644 (file)
@@ -9,16 +9,17 @@ 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 *
+
 class UnBindObjectFromPeer(Method):
     """
     This method is a hopefully temporary hack to let the sfa correctly
     detach the objects it creates from a remote peer object. This is
     needed so that the sfa federation link can work in parallel with
     RefreshPeer, as RefreshPeer depends on remote objects being
-    correctly marked. 
+    correctly marked.
 
     UnBindObjectFromPeer is allowed to admins only.
     """