Warning about missing bitkey_pb2.py

This commit is contained in:
slush 2012-11-15 10:46:08 +00:00
parent b7a81c61eb
commit 05a15eaf7d
1 changed files with 6 additions and 0 deletions

View File

@ -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()