URI: 
       tmake_osx: py3 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 93b6abe7012f8cd4c2880bf5dfe9d7c22eae2d9d
   DIR parent 55e6c247bc79e2a13625e1d0c40a68af7625657c
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 24 Oct 2017 13:08:16 +0200
       
       make_osx: py3
       
       Diffstat:
         M contrib/make_osx                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/make_osx b/contrib/make_osx
       t@@ -1,6 +1,6 @@
        #!/bin/bash
        rm -rf dist
        VERSION=`git describe --tags`
       -python2 setup-release.py py2app
       +python3 setup-release.py py2app
        hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-$VERSION.dmg