1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

Warning about missing bitkey_pb2.py

This commit is contained in:
slush 2012-11-15 10:46:08 +00:00
parent b7a81c61eb
commit 05a15eaf7d

View File

@ -0,0 +1,6 @@
try:
import bitkey_pb2
except ImportError:
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys
sys.exit()