build: python 3 compatibility

This commit is contained in:
Wladimir J. van der Laan
2016-03-20 17:51:52 +00:00
committed by lateminer
parent 33137dbc6d
commit b1d5409eb8
11 changed files with 194 additions and 127 deletions

View File

@@ -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

View File

@@ -2,7 +2,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 os
import bctest
import buildenv