From c60e3b7f177218c4be14689b635cee9ae9c5fd5b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 16 Jul 2009 20:33:26 +0000 Subject: [PATCH] make sure to import PLC.Faults --- PLC/Methods/BindObjectToPeer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PLC/Methods/BindObjectToPeer.py b/PLC/Methods/BindObjectToPeer.py index c9cf4e4..a4cfd58 100644 --- a/PLC/Methods/BindObjectToPeer.py +++ b/PLC/Methods/BindObjectToPeer.py @@ -9,7 +9,8 @@ from PLC.Sites import Sites from PLC.Nodes import Nodes from PLC.Slices import Slices from PLC.Peers import Peers - +from PLC.Faults import * + class BindObjectToPeer(Method): """ This method is a hopefully temporary hack to let the sfa correctly -- 2.43.0