1
0

add google protobuf to packages

This commit is contained in:
ThomasV
2015-01-27 10:01:40 +01:00
parent dda4a0fcb3
commit 4120678dff
3 changed files with 12 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import requests
try:
import paymentrequest_pb2
except:
except ImportError:
sys.exit("Error: could not find paymentrequest_pb2.py. Create it with 'protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto'")
import bitcoin