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-11-22 17:33:33 +01:00

7 lines
205 B
Python

try:
import trezor_pb2 as proto
except ImportError:
print "Source trezor_pb2.py not found. Make sure python-protobuf is installed and run build_pb.sh to generate it."
import sys
sys.exit()