trezor-core/tests/common.py

8 lines
125 B
Python
Raw Permalink Normal View History

import sys
sys.path.append('../src')
from ubinascii import hexlify, unhexlify # noqa: F401
2017-08-14 02:09:47 -07:00
import unittest # noqa: F401