commit 1d28d521723bd11479c2c42158df93a0f2deff6d Author: Ondrej Lichtner olichtne@redhat.com Date: Fri Oct 10 09:30:31 2014 +0200
MessageDispatcherLite: fix missing import
Exception class NetTestError wasn't imported.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
lnst/Controller/MessageDispatcherLite.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- 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