python-trezor/bitkeylib/__init__.py

7 lines
169 B
Python
Raw Normal View History

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