Browse Source

add missing islice import

master
AdamISZ 7 years ago
parent
commit
481b68837f
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 1
      jmclient/jmclient/wallet_utils.py

1
jmclient/jmclient/wallet_utils.py

@ -11,6 +11,7 @@ from datetime import datetime
from optparse import OptionParser from optparse import OptionParser
from numbers import Integral from numbers import Integral
from collections import Counter from collections import Counter
from itertools import islice
from jmclient import (get_network, WALLET_IMPLEMENTATIONS, Storage, podle, from jmclient import (get_network, WALLET_IMPLEMENTATIONS, Storage, podle,
jm_single, BitcoinCoreInterface, JsonRpcError, sync_wallet, WalletError, jm_single, BitcoinCoreInterface, JsonRpcError, sync_wallet, WalletError,
VolatileStorage, StoragePasswordError, VolatileStorage, StoragePasswordError,

Loading…
Cancel
Save