tests/test-cbor.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     1 from __future__ import absolute_import
       
     2 
       
     3 import os
     1 import os
     4 import sys
     2 import sys
     5 import unittest
     3 import unittest
     6 
     4 
     7 # TODO migrate to canned cbor test strings and stop using thirdparty.cbor
     5 # TODO migrate to canned cbor test strings and stop using thirdparty.cbor