Warning about missing bitkey_pb2.py

pull/25/head
slush 12 years ago
parent b7a81c61eb
commit 05a15eaf7d

@ -0,0 +1,6 @@
try:
import bitkey_pb2
except ImportError:
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
import sys
sys.exit()
Loading…
Cancel
Save