1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/tests/config.py
slush 8f84e356ad Major refactoring
Added commandline tool cmd.py
2012-12-03 15:36:03 +00:00

11 lines
272 B
Python

import sys
sys.path = ['../',] + sys.path
from bitkeylib.transport_pipe import PipeTransport
TRANSPORT = PipeTransport
TRANSPORT_ARGS = ('../../bitkey-python/pipe', False)
DEBUG_TRANSPORT = PipeTransport
DEBUG_TRANSPORT_ARGS = ('../../bitkey-python/pipe.debug', False)