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

7 lines
205 B
Python
Raw Normal View History

2012-11-15 10:46:08 +00:00
try:
2013-09-01 00:46:18 +00:00
import trezor_pb2 as proto
2012-11-15 10:46:08 +00:00
except ImportError:
2013-11-22 16:33:33 +00:00
print "Source trezor_pb2.py not found. Make sure python-protobuf is installed and run build_pb.sh to generate it."
2012-11-15 10:46:08 +00:00
import sys
sys.exit()