1
0
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:
slush 2013-09-01 02:46:18 +02:00
parent ce7e6fbb50
commit 5db17b3a6d

View File

@ -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()