Moved binary into a submodule
[sandbox] / serial / test_binary.py
index 4da6e1b..504f9c2 100644 (file)
@@ -1,6 +1,6 @@
 import unittest
 
-import binary
+from serial import binary
 
 EXAMPLE_REPRESENTATIONS = [
     (binary.TaggedObject(binary.TAG_NULL, None), b'\x00'),