diff options
author | Matt Corallo <git@bluematt.me> | 2014-12-05 16:02:27 -0800 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2014-12-05 16:04:05 -0800 |
commit | db0916bd13d7a7f932fecd1b41c3cc1c8c61264a (patch) | |
tree | 2aa5310da1cf33e910ef36fa05760899aef88394 /qa/rpc-tests/rest.py | |
parent | b5fa132329f0377d787a4a21c1686609c2bfaece (diff) |
Fix missing python2 in rpc-tests
Diffstat (limited to 'qa/rpc-tests/rest.py')
-rwxr-xr-x | qa/rpc-tests/rest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py index 2d301bf4f8..c62a96fbb8 100755 --- a/qa/rpc-tests/rest.py +++ b/qa/rpc-tests/rest.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. |