diff options
author | Henrik Jonsson <me@hkjn.me> | 2017-12-05 14:47:54 +0000 |
---|---|---|
committer | Henrik Jonsson <me@hkjn.me> | 2017-12-05 14:47:56 +0000 |
commit | 6d2f277b1905de93bade8e589895403b13b30c5c (patch) | |
tree | 7cba77c7d5f4b59f8af66eb74f418fd7952dfe31 | |
parent | 91eeaa03354bbb4ee79d6defaffaef2b32ecbe29 (diff) |
rpcuser.py: Use 'python' not 'python2'
-rwxr-xr-x | share/rpcuser/rpcuser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/rpcuser/rpcuser.py b/share/rpcuser/rpcuser.py index 63c69e308a..6d9b44f699 100755 --- a/share/rpcuser/rpcuser.py +++ b/share/rpcuser/rpcuser.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Copyright (c) 2015-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |