mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
from __future__ import print_function
Support print('xyz', end='') on Python 2
This commit is contained in:
parent
2804ba9630
commit
f396920189
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from pycoin.key import Key
|
||||
|
||||
from pycoin.key.validate import is_address_valid, is_wif_valid
|
||||
|
Loading…
Reference in New Issue
Block a user