diff options
| author | Matt Corallo <[email protected]> | 2014-11-27 00:01:25 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-11-27 00:02:28 -0500 |
| commit | e3f315a0a5386667d38744b13dbb64d495d42376 (patch) | |
| tree | 7a30a4f7b80eb29dfd3100916082aa2af33810ec /qa/rpc-tests/rpcbind_test.py | |
| parent | Merge pull request #5158 (diff) | |
| download | discoin-e3f315a0a5386667d38744b13dbb64d495d42376.tar.xz discoin-e3f315a0a5386667d38744b13dbb64d495d42376.zip | |
Fix python usage for arch's broken maintainers
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
| -rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 5e476e250..655e00b6e 100755 --- a/qa/rpc-tests/rpcbind_test.py +++ b/qa/rpc-tests/rpcbind_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |