1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/trezorlib/__init__.py
2013-09-13 05:37:23 +02:00

7 lines
169 B
Python

try:
import trezor_pb2 as proto
except ImportError:
print "trezor_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys
sys.exit()