From: Ondrej Lichtner olichtne@redhat.com
Exception class NetTestError wasn't imported.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst/Controller/MessageDispatcherLite.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/lnst/Controller/MessageDispatcherLite.py b/lnst/Controller/MessageDispatcherLite.py index 8e26d17..e86c077 100644 --- a/lnst/Controller/MessageDispatcherLite.py +++ b/lnst/Controller/MessageDispatcherLite.py @@ -13,6 +13,7 @@ jpirko@redhat.com (Jiri Pirko)
from lnst.Common.ConnectionHandler import send_data, recv_data from lnst.Common.ConnectionHandler import ConnectionHandler +from lnst.Controller.NetTestController import NetTestError
class MessageDispatcherLite(ConnectionHandler): def __init__(self):
lnst-developers@lists.fedorahosted.org