From 0cb01d5e308609d0bf2eeb846754c03953a99689 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 13 Sep 2017 21:37:28 +0300 Subject: [PATCH] Fix test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 34d8ba5..3ca7186 100644 --- a/test.py +++ b/test.py @@ -4,7 +4,7 @@ import unittest from threading import Thread from pylgbst import MoveHub, COLOR_RED, LED, EncodedMotor, PORT_AB -from pylgbst.comms import Connection, str2hex +from pylgbst.comms import Connection, str2hex, hex2str from pylgbst.constants import PORT_LED logging.basicConfig(level=logging.DEBUG)