aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/pruning.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-12-02 18:12:23 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:46:46 +0100
commitd8b062d752838aa0d7141355a1341768d4c4064c (patch)
tree0f31cc55f117bec93a2adf1cae4c5bea930fb293 /qa/rpc-tests/pruning.py
parentd04525a065aefc02a2b719743b18a9c13c91c121 (diff)
downloadbitcoin-d8b062d752838aa0d7141355a1341768d4c4064c.tar.xz
[qa] Fix pyton syntax in rpc tests
Github-Pull: #7335 Rebased-From: 7777994846cdb9b9cf69e391a33eeed30393bbcf
Diffstat (limited to 'qa/rpc-tests/pruning.py')
-rwxr-xr-xqa/rpc-tests/pruning.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/pruning.py b/qa/rpc-tests/pruning.py
index 26ae4af010..b0f4b88aee 100755
--- a/qa/rpc-tests/pruning.py
+++ b/qa/rpc-tests/pruning.py
@@ -13,7 +13,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
-import os.path
def calc_usage(blockdir):
return sum(os.path.getsize(blockdir+f) for f in os.listdir(blockdir) if os.path.isfile(blockdir+f))/(1024*1024)