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
2012-11-15 20:06:39 +00:00

7 lines
169 B
Python

try:
import bitkey_pb2 as proto
except ImportError:
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys
sys.exit()