diff options
author | Matt Corallo <git@bluematt.me> | 2014-11-27 00:01:25 -0500 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2014-11-27 00:02:28 -0500 |
commit | e3f315a0a5386667d38744b13dbb64d495d42376 (patch) | |
tree | 7a30a4f7b80eb29dfd3100916082aa2af33810ec /qa/rpc-tests/wallet.py | |
parent | 9ff0bc9beb90cf96fb0a9698de22e2bc60fed2f2 (diff) |
Fix python usage for arch's broken maintainers
Diffstat (limited to 'qa/rpc-tests/wallet.py')
-rwxr-xr-x | qa/rpc-tests/wallet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/wallet.py b/qa/rpc-tests/wallet.py index 4271d96be7..bf71d5ebc5 100755 --- a/qa/rpc-tests/wallet.py +++ b/qa/rpc-tests/wallet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 The Bitcoin Core developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |