1
0

paymentrequest upd

This commit is contained in:
Dmitry Sorokin
2017-02-05 14:14:46 +03:00
committed by ThomasV
parent 362ca96f38
commit 21101386a2
2 changed files with 99 additions and 72 deletions

View File

@@ -42,10 +42,7 @@ from six.moves import urllib_parse
try:
if six.PY3:
from . import paymentrequest_pb2_py3 as pb2
else:
from . import paymentrequest_pb2 as pb2
from . import paymentrequest_pb2 as pb2
except ImportError:
sys.exit("Error: could not find paymentrequest_pb2.py. Create it with 'protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto'")