diff options
| author | MarcoFalke <[email protected]> | 2017-01-18 10:48:43 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-18 10:48:52 +0100 |
| commit | b0b57a17306a7e963a4fe463f84e2b150a00a859 (patch) | |
| tree | 809d4c3942e8042045767ef40e37ccc0e7701bc8 /src | |
| parent | Merge #9561: Wake message handling thread when we receive a new block (diff) | |
| parent | Remove unused Python imports (diff) | |
| download | discoin-b0b57a17306a7e963a4fe463f84e2b150a00a859.tar.xz discoin-b0b57a17306a7e963a4fe463f84e2b150a00a859.zip | |
Merge #9508: Remove unused Python imports
95bab82 Remove unused Python imports (practicalswift)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/test/bitcoin-util-test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/bitcoin-util-test.py b/src/test/bitcoin-util-test.py index 1c090b3f3..e2087187a 100755 --- a/src/test/bitcoin-util-test.py +++ b/src/test/bitcoin-util-test.py @@ -5,7 +5,6 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. from __future__ import division,print_function,unicode_literals import os -import sys import bctest import buildenv import argparse |