1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/tests/common.py

7 lines
96 B
Python
Raw Normal View History

import sys
sys.path.append('../src')
from ubinascii import hexlify, unhexlify
2017-08-14 09:09:47 +00:00
2017-12-16 01:11:26 +00:00
import unittest