From b13e8f89faaf3cfbc1d23242d61f0a8b7086acb8 Mon Sep 17 00:00:00 2001 From: Nicolas Jouanin Date: Sat, 13 Jun 2015 15:18:19 +0200 Subject: [PATCH] Fix testing --- hbmqtt/codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbmqtt/codecs.py b/hbmqtt/codecs.py index 6e332ca..34d8e46 100644 --- a/hbmqtt/codecs.py +++ b/hbmqtt/codecs.py @@ -5,7 +5,7 @@ import asyncio from asyncio import IncompleteReadError from math import ceil -from hbmqtt.handlers.errors import NoDataException +from hbmqtt.errors import NoDataException def bytes_to_hex_str(data):