From: Tony Mack Date: Thu, 16 Jul 2009 20:33:26 +0000 (+0000) Subject: make sure to import PLC.Faults X-Git-Tag: PLCAPI-4.3-23~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c60e3b7f177218c4be14689b635cee9ae9c5fd5b;p=plcapi.git make sure to import PLC.Faults --- diff --git a/PLC/Methods/BindObjectToPeer.py b/PLC/Methods/BindObjectToPeer.py index c9cf4e48..a4cfd586 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