python-trezor/bitkeylib/__init__.py

7 lines
160 B
Python
Raw Normal View History

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