diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 10:45:52 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 10:46:01 +0100 |
commit | 3ec5bb0a6e2ca3474fa90ce1d52a91a83b41a34c (patch) | |
tree | 68e6f64863b61a677593f837f03dbda0dd07582b /qa/rpc-tests/txn_doublespend.py | |
parent | 5e00147838b0585aebdfd7533951f8708639bc9b (diff) | |
parent | 7777994846cdb9b9cf69e391a33eeed30393bbcf (diff) |
Merge pull request #7335
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke)
Diffstat (limited to 'qa/rpc-tests/txn_doublespend.py')
-rwxr-xr-x | qa/rpc-tests/txn_doublespend.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/rpc-tests/txn_doublespend.py b/qa/rpc-tests/txn_doublespend.py index 05a3a34788..8d7f6e505d 100755 --- a/qa/rpc-tests/txn_doublespend.py +++ b/qa/rpc-tests/txn_doublespend.py @@ -9,9 +9,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * -from decimal import Decimal -import os -import shutil class TxnMallTest(BitcoinTestFramework): |