1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/bitkeylib/__init__.py

7 lines
169 B
Python
Raw Normal View History

2012-11-15 10:46:08 +00:00
try:
2012-11-15 20:06:39 +00:00
import bitkey_pb2 as proto
2012-11-15 10:46:08 +00:00
except ImportError:
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys
sys.exit()