From bc6fdf2d15648a5fc68df8021d9186737de6fe7b Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 12 Dec 2017 14:47:24 -0500 Subject: Change all python files to use Python3 --- share/rpcauth/rpcauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/rpcauth/rpcauth.py') diff --git a/share/rpcauth/rpcauth.py b/share/rpcauth/rpcauth.py index 7baad85582..d6580281d4 100755 --- a/share/rpcauth/rpcauth.py +++ b/share/rpcauth/rpcauth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2015-2017 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -- cgit v1.2.3