1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 23:08:14 +00:00

Check for generated bitkey_pb2.py

This commit is contained in:
slush 2012-11-15 20:06:39 +00:00
parent b6106fa681
commit 8cf7a6ae3d

View File

@ -1,5 +1,5 @@
try:
import bitkey_pb2
import bitkey_pb2 as proto
except ImportError:
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys