rpcuser.py: Use 'python' not 'python2'

This commit is contained in:
Henrik Jonsson 2017-12-05 14:47:54 +00:00
parent 91eeaa0335
commit 6d2f277b19
1 changed files with 1 additions and 1 deletions

View File

@ -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.