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:
parent
b6106fa681
commit
8cf7a6ae3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user