aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcbind_test.py
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2014-11-27 00:01:25 -0500
committerMatt Corallo <[email protected]>2014-11-27 00:02:28 -0500
commite3f315a0a5386667d38744b13dbb64d495d42376 (patch)
tree7a30a4f7b80eb29dfd3100916082aa2af33810ec /qa/rpc-tests/rpcbind_test.py
parentMerge pull request #5158 (diff)
downloaddiscoin-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-xqa/rpc-tests/rpcbind_test.py2
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.