diff options
author | John Newbery <john@johnnewbery.com> | 2017-12-12 14:47:24 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-03-26 16:49:33 -0400 |
commit | bc6fdf2d15648a5fc68df8021d9186737de6fe7b (patch) | |
tree | e1fdc67a24810e5fe061de69e5a6f0f55f10cbb2 /contrib/macdeploy/custom_dsstore.py | |
parent | ec7dbaa37c233599e9fc68f8284ee85c1261652b (diff) |
Change all python files to use Python3
Diffstat (limited to 'contrib/macdeploy/custom_dsstore.py')
-rwxr-xr-x | contrib/macdeploy/custom_dsstore.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index e6ecabace1..b29fc71765 100755 --- a/contrib/macdeploy/custom_dsstore.py +++ b/contrib/macdeploy/custom_dsstore.py @@ -1,8 +1,7 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2013-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. -from __future__ import division,print_function,unicode_literals import biplist from ds_store import DSStore from mac_alias import Alias |