aboutsummaryrefslogtreecommitdiff
path: root/src/test/bctest.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 17:22:38 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 17:22:46 +0200
commit5131005e5b26d12b5b3f79c1c3f8ee08172fc386 (patch)
tree410ce424281deafb222cfe493654a30c7d5d643e /src/test/bctest.py
parentd8e862a5a7537ac6d247d794a3d41e6eab270060 (diff)
parent18f05c765c800126b74a6d5b7f33cef7c9aae1b7 (diff)
downloadbitcoin-5131005e5b26d12b5b3f79c1c3f8ee08172fc386.tar.xz
Merge #7723: build: python 3 compatibility
18f05c7 build: python 3 compatibility (Wladimir J. van der Laan)
Diffstat (limited to 'src/test/bctest.py')
-rw-r--r--src/test/bctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bctest.py b/src/test/bctest.py
index 3a8d0ea51b..8105b87ffa 100644
--- a/src/test/bctest.py
+++ b/src/test/bctest.py
@@ -1,7 +1,7 @@
# Copyright 2014 BitPay, Inc.
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-
+from __future__ import division,print_function,unicode_literals
import subprocess
import os
import json