X-Git-Url: https://code.kerkeslager.com/?p=sandbox;a=blobdiff_plain;f=serial%2Ftest_binary.py;h=504f9c2063a52e5e6014c82952296df44723bb9a;hp=4da6e1bf6245aaaf4a730dc3736f0aca0e0a2acb;hb=6b21bc4cb9e04752ff73beac0d706b6c6b5094e4;hpb=07d76f810ece3b43bb837e81ceb3a8b441348ba3 diff --git a/serial/test_binary.py b/serial/test_binary.py index 4da6e1b..504f9c2 100644 --- a/serial/test_binary.py +++ b/serial/test_binary.py @@ -1,6 +1,6 @@ import unittest -import binary +from serial import binary EXAMPLE_REPRESENTATIONS = [ (binary.TaggedObject(binary.TAG_NULL, None), b'\x00'),