mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
Proper loading of trezor_pb2.py
This commit is contained in:
parent
ce7e6fbb50
commit
5db17b3a6d
@ -1,6 +1,6 @@
|
|||||||
try:
|
try:
|
||||||
import bitkey_pb2 as proto
|
import trezor_pb2 as proto
|
||||||
except ImportError:
|
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
|
import sys
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
Loading…
Reference in New Issue
Block a user