From 6d2f277b1905de93bade8e589895403b13b30c5c Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Tue, 5 Dec 2017 14:47:54 +0000 Subject: [PATCH] rpcuser.py: Use 'python' not 'python2' --- share/rpcuser/rpcuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/rpcuser/rpcuser.py b/share/rpcuser/rpcuser.py index 63c69e308af24..6d9b44f69972a 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.