mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 02:05:19 +00:00
add import for pyinstaller
This commit is contained in:
parent
c26f898a4f
commit
100ff51cc4
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -58,6 +58,7 @@ def check_imports():
|
||||||
from google.protobuf import message
|
from google.protobuf import message
|
||||||
from google.protobuf import reflection
|
from google.protobuf import reflection
|
||||||
from google.protobuf import descriptor_pb2
|
from google.protobuf import descriptor_pb2
|
||||||
|
from jsonrpclib import SimpleJSONRPCServer
|
||||||
# check that we have the correct version of ecdsa
|
# check that we have the correct version of ecdsa
|
||||||
try:
|
try:
|
||||||
from ecdsa.ecdsa import curve_secp256k1, generator_secp256k1
|
from ecdsa.ecdsa import curve_secp256k1, generator_secp256k1
|
||||||
|
|
Loading…
Add table
Reference in a new issue