mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
Proper loading of trezor_pb2.py
This commit is contained in:
parent
ce7e6fbb50
commit
5db17b3a6d
@ -1,6 +1,6 @@
|
||||
try:
|
||||
import bitkey_pb2 as proto
|
||||
import trezor_pb2 as proto
|
||||
except ImportError:
|
||||
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
|
||||
print "trezor_pb2.py not found. Please run /protobuf/build.sh to generate it!"
|
||||
import sys
|
||||
sys.exit()
|
||||
|
Loading…
Reference in New Issue
Block a user