electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit cfa965fdae1ae17209e64fca0dde04c90755251f
parent fd1f0839589b0250114adc5674ae1c5394710686
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 19 Sep 2014 14:05:00 +0200

set env to python2

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Electrum - lightweight Bitcoin client # Copyright (C) 2011 thomasv@gitorious